X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=doc%2Fgmqcc.1;h=ecdac55762b23f29b7b69743add5cf27871cae66;hp=a2a36041cc62fa6bccacacb7af5ba9e7fdc3066c;hb=d47da25b826f97908876bb8adc01726c6a689966;hpb=26d43e650f1519d6a2edbee7b71abd14a5a8a139 diff --git a/doc/gmqcc.1 b/doc/gmqcc.1 index a2a3604..ecdac55 100644 --- a/doc/gmqcc.1 +++ b/doc/gmqcc.1 @@ -165,9 +165,8 @@ optionally enable a warning. Functions which aren't of type \fIvoid\fR will warn if it possible to reach the end without returning an actual value. .TP -.B -Wtoo-few-parameters -Warn about a function call with fewer parameters than the function -expects. +.B -Winvalid-parameter-count +Warn about a function call with an invalid number of parameters. .TP .B -Wlocal-shadows Warn when a locally declared variable shadows variable.