Fix to disabling warnings.

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent d05e5f1139
commit f5e37779d4
  1. 2
      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

Loading…
Cancel
Save