building with gcc 4.6.3 gives lots lots of warnings #658

This commit is contained in:
Aleksandar Fabijanic 2015-01-01 22:47:03 -06:00
parent 1b9aac5f7c
commit 4ae9aa9674

View File

@ -148,7 +148,9 @@ protected:
//
#if defined(GNUC) && (GNUC > 4) && (GNUC_MINOR > 6)
GCC_DIAG_OFF(unused-local-typedefs) // supress numerous gcc warnings
#endif // (GNUC) && (GNUC > 4) && (GNUC_MINOR > 6)
template <bool x>