mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
forgot to put the -Werror in --help into the actual print parameter...
This commit is contained in:
parent
1420bee49b
commit
d3c76dc819
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -72,7 +72,7 @@ static int usage() {
|
|||
" -std=gmqcc this compiler (default)\n");
|
||||
printf(" -W<warning> enable a warning\n"
|
||||
" -Wno-<warning> disable a warning\n"
|
||||
" -Wall enable all warnings\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");
|
||||
|
|
Loading…
Reference in a new issue