Skip to content
Snippets Groups Projects
Commit c88ea1c4 authored by Sergey Sharybin's avatar Sergey Sharybin
Browse files

Made blender compilable with strict flags.

parent c194cdae
No related branches found
No related tags found
No related merge requests found
...@@ -2322,7 +2322,7 @@ static void widget_numbut(uiWidgetColors *wcol, rcti *rect, int state, int round ...@@ -2322,7 +2322,7 @@ static void widget_numbut(uiWidgetColors *wcol, rcti *rect, int state, int round
/* /*
* Draw number buttons still with triangles when field is not embossed * Draw number buttons still with triangles when field is not embossed
*/ */
static void widget_numbut_embossn(uiBut *but, uiWidgetColors *wcol, rcti *rect, int state, int roundboxalign) static void widget_numbut_embossn(uiBut *UNUSED(but), uiWidgetColors *wcol, rcti *rect, int state, int roundboxalign)
{ {
widget_numbut_draw(wcol, rect, state, roundboxalign, true); widget_numbut_draw(wcol, rect, state, roundboxalign, true);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment