mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
Add -Werror to the --help message
This commit is contained in:
parent
f6ad0e0238
commit
8a5dd1455a
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -73,6 +73,7 @@ static int usage() {
|
|||
printf(" -W<warning> enable a warning\n"
|
||||
" -Wno-<warning> disable a warning\n"
|
||||
" -Wall enable all warnings\n");
|
||||
" -Werror treat warnings as errors\n");
|
||||
printf(" -force-crc=num force a specific checksum into the header\n");
|
||||
printf("\n");
|
||||
printf("flags:\n"
|
||||
|
|
Loading…
Reference in a new issue