Cleanup: quiet compiler warnings

This commit is contained in:
Campbell Barton 2022-07-19 13:32:23 +10:00
parent 37922eab90
commit 7ebd1f4b79
2 changed files with 1 additions and 6 deletions

@ -28,11 +28,6 @@ void openSubdiv_cleanup()
{
}
int openSubdiv_getAvailableEvaluators()
{
return 0;
}
int openSubdiv_getVersionHex()
{
return 0;

@ -247,7 +247,7 @@ static bool paint_stroke_use_scene_spacing(Brush *brush, ePaintMode mode)
return false;
}
static bool paint_tool_raycast_original(Brush *brush, ePaintMode mode)
static bool paint_tool_raycast_original(Brush *brush, ePaintMode UNUSED(mode))
{
return brush->flag & BRUSH_ANCHORED;
}