mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 00:15:27 +01:00
building with gcc 4.6.3 gives lots lots of warnings #658
This commit is contained in:
parent
1b9aac5f7c
commit
4ae9aa9674
@ -148,7 +148,9 @@ protected:
|
|||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
GCC_DIAG_OFF(unused-local-typedefs) // supress numerous gcc warnings
|
#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>
|
template <bool x>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user