mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-25 03:51:26 +00:00
gmqcc.ini.example: DIFFERENT_QUALIFIERS, DIFFERENT_ATTRIBUTES
This commit is contained in:
parent
64ccc88a9e
commit
d961cfb855
1 changed files with 7 additions and 0 deletions
|
@ -198,6 +198,13 @@
|
|||
# Warn about non-constant global variables with no initializing value.
|
||||
UNINITIALIZED_GLOBAL = true
|
||||
|
||||
# Redeclaring a 'const' as 'var' or the other way round.
|
||||
DIFFERENT_QUALIFIERS = true
|
||||
|
||||
# Redeclaring a function with different attributes such as
|
||||
# [[noreturn]]
|
||||
DIFFERENT_ATTRIBUTES = true
|
||||
|
||||
# Finally these are all the optimizations, usually present via the -O
|
||||
# prefix from the command line.
|
||||
[optimizations]
|
||||
|
|
Loading…
Reference in a new issue