diff options
Diffstat (limited to 'tools/warnings_count/update_current_warnings.sh')
| -rwxr-xr-x | tools/warnings_count/update_current_warnings.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/warnings_count/update_current_warnings.sh b/tools/warnings_count/update_current_warnings.sh index cec449f..7a7953f 100755 --- a/tools/warnings_count/update_current_warnings.sh +++ b/tools/warnings_count/update_current_warnings.sh @@ -10,5 +10,5 @@ make distclean make WERROR=0 WARNINGS_CHECK=1 setup 2> tools/warnings_count/warnings_setup_current.txt make WERROR=0 WARNINGS_CHECK=1 lib 2> tools/warnings_count/warnings_lib_current.txt make WERROR=0 WARNINGS_CHECK=1 extract 2> tools/warnings_count/warnings_extract_current.txt -make WERROR=0 WARNINGS_CHECK=1 rom 2> tools/warnings_count/warnings_uncompressed_current.txt +make WERROR=0 WARNINGS_CHECK=1 rom 2> tools/warnings_count/warnings_build_current.txt make WERROR=0 WARNINGS_CHECK=1 compress 2> tools/warnings_count/warnings_compress_current.txt |
