mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-28 15:41:22 +01:00
fixed GH #138: FreeBSD JSON tests fail
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
// http://dbp-consulting.com/tutorials/SuppressingGCCWarnings.html
|
||||
// use example: GCC_DIAG_OFF(unused-variable)
|
||||
//
|
||||
#if defined(POCO_COMPILER_GCC) && (((__GNUC__ * 100) + __GNUC_MINOR__) >= 402)
|
||||
#if defined(POCO_COMPILER_GCC) && (((__GNUC__ * 100) + __GNUC_MINOR__) >= 460)
|
||||
|
||||
#ifdef GCC_DIAG_OFF
|
||||
#undef GCC_DIAG_OFF
|
||||
|
||||
@@ -91,4 +91,5 @@ CppUnit::Test* UnicodeConverterTest::suite()
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user