Update ini.example (added UNREACHABLE_CODE, and CPP) as warning options

This commit is contained in:
Dale Weiler 2012-12-21 03:14:31 +00:00
parent f78ab9061b
commit bf53f82d16

View file

@ -42,6 +42,8 @@
MULTIBYTE_CHARACTER = true
TERNARY_PRECEDENCE = true
UNKNOWN_PRAGMAS = true
UNREACHABLE_CODE = true
CPP = true
; enable all optimizations!
[optimizations]