UI: building without Python again

Also quiet some warnings.
This commit is contained in:
2021-08-03 22:45:37 +10:00
parent cec103d5a9
commit d3dd735fea
3 changed files with 4 additions and 1 deletions

View File

@@ -309,7 +309,7 @@ bool user_string_to_number(bContext *C,
return success;
#else
UNUSED_VARS(C, unit, type);
UNUSED_VARS(C, unit, type, use_single_line_error, r_error);
*r_value = atof(str);
return true;
#endif