From bf53f82d167c95f9adf53731a5b981618315b655 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Fri, 21 Dec 2012 03:14:31 +0000 Subject: [PATCH] Update ini.example (added UNREACHABLE_CODE, and CPP) as warning options --- gmqcc.ini.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gmqcc.ini.example b/gmqcc.ini.example index 748e206..50a9066 100644 --- a/gmqcc.ini.example +++ b/gmqcc.ini.example @@ -42,6 +42,8 @@ MULTIBYTE_CHARACTER = true TERNARY_PRECEDENCE = true UNKNOWN_PRAGMAS = true + UNREACHABLE_CODE = true + CPP = true ; enable all optimizations! [optimizations] -- 2.39.2