quiet warnings and possible NULL checking crash fix for indentation functions.

This commit is contained in:
2012-01-20 23:03:41 +00:00
parent f08a8c5b15
commit a98a75346c
13 changed files with 29 additions and 23 deletions

View File

@@ -96,8 +96,8 @@ static int script_reload_exec(bContext *C, wmOperator *UNUSED(op))
return OPERATOR_FINISHED;
#else
(void)C; /* unused */
#endif
return OPERATOR_CANCELLED;
#endif
}
void SCRIPT_OT_reload(wmOperatorType *ot)