From f5e37779d4a10f5ae708adf94150b432c94c6820 Mon Sep 17 00:00:00 2001 From: Aleksei Kanash Date: Mon, 6 Feb 2012 13:46:52 +0200 Subject: [PATCH] Fix to disabling warnings. --- src/globals/UBGlobals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/UBGlobals.h b/src/globals/UBGlobals.h index a76d6cad..97b667bb 100644 --- a/src/globals/UBGlobals.h +++ b/src/globals/UBGlobals.h @@ -33,7 +33,7 @@ _Pragma("GCC diagnostic ignored \"-Wsign-compare\""); #ifdef NO_THIRD_PARTY_WARNINGS //disabling some warnings #define THIRD_PARTY_WARNINGS_DISABLE WARNINGS_DISABLE - +#define THIRD_PARTY_WARNINGS_ENABLE WARNINGS_ENABLE #else // just save old state (needs for not empty define) #define THIRD_PARTY_WARNINGS_ENABLE WARNINGS_ENABLE