]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
gmqcc.ini.example: -Wparenthesis
authorWolfgang Bumiller <blub@speed.at>
Mon, 31 Dec 2012 10:14:43 +0000 (11:14 +0100)
committerWolfgang Bumiller <blub@speed.at>
Mon, 31 Dec 2012 10:14:43 +0000 (11:14 +0100)
gmqcc.ini.example

index 6d7a53f4b0f1b772866d3a5de2a79abd9dea0aff..d171e959e8c001cefed6410f0a486f591b24ca53 100644 (file)
     # marked as such.
     DEPRECATED                   = true
 
+    # Warn about possible problems from missing parenthesis, like an
+    # assignment used as truth value without additional parens around.
+    PARENTHESIS                  = true
+
 # Finally these are all the optimizations, usually present via the -O
 # prefix from the command line.
 [optimizations]