supress gcc warning avalanche

This commit is contained in:
Alex Fabijanic 2014-12-08 20:13:20 -06:00
parent e5cdb74bb0
commit 10aedfe5ad

View File

@ -148,6 +148,9 @@ protected:
//
GCC_DIAG_OFF(unused-local-typedefs) // supress numerous gcc warnings
template <bool x>
struct POCO_STATIC_ASSERTION_FAILURE;