mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
Merge pull request #140 from Sicness/gmqcc.1-hyphen
Fix hyphen-used-as-minus-sign in gmqcc.1
This commit is contained in:
commit
fee2986907
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ ignored for both cases.
|
||||||
When compiling original QuakeWorld QC there are instances where
|
When compiling original QuakeWorld QC there are instances where
|
||||||
code overwrites constants. This is considered an error, however
|
code overwrites constants. This is considered an error, however
|
||||||
for QuakeWorld to compile it needs to be treated as a warning
|
for QuakeWorld to compile it needs to be treated as a warning
|
||||||
instead, as such this warning only works when -std=qcc.
|
instead, as such this warning only works when \-std=qcc.
|
||||||
.It Fl W Ns Cm directive-inmacro
|
.It Fl W Ns Cm directive-inmacro
|
||||||
Warn about the use of preprocessor directives inside macros.
|
Warn about the use of preprocessor directives inside macros.
|
||||||
.El
|
.El
|
||||||
|
|
Loading…
Reference in a new issue