From: Wolfgang (Blub) Bumiller Date: Sat, 18 Aug 2012 12:23:38 +0000 (+0200) Subject: debug warn def on top of the flag list X-Git-Tag: 0.1-rc1~231 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1a2c3c505c3778bf0573c771ba3938e135fb224f;p=xonotic%2Fgmqcc.git debug warn def on top of the flag list --- diff --git a/warns.def b/warns.def index 5a6d265..6cfb951 100644 --- a/warns.def +++ b/warns.def @@ -2,6 +2,7 @@ #define GMQCC_DEFINE_FLAG(x) #endif +GMQCC_DEFINE_FLAG(DEBUG) GMQCC_DEFINE_FLAG(UNUSED_VARIABLE) GMQCC_DEFINE_FLAG(UNKNOWN_CONTROL_SEQUENCE) GMQCC_DEFINE_FLAG(EXTENSIONS)