Updated warning removal list, and made system_exec_command_line_app in main.c return the exit code.

This commit is contained in:
Zachary Pierson
2017-02-12 16:08:09 -06:00
parent 320c22e08a
commit 047f883078
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -106,6 +106,8 @@ i32 system_exec_command_line_app(char *name, bool is_silent, char *fmt, ...) {
// }
// exit_code = status;
return exit_code;
}
#endif