fix GCC_DIAG_OFF

This commit is contained in:
Guenter Obiltschnig
2015-03-27 21:02:19 +01:00
parent 9083892894
commit c06b36039b

View File

@@ -112,11 +112,12 @@
#endif #endif
#ifndef POCO_OS_FAMILY_UNIX #ifndef __GNUC__
#define GCC_DIAG_OFF(x) #define GCC_DIAG_OFF(x)
#define GCC_DIAG_ON(x) #define GCC_DIAG_ON(x)
#endif #endif
// //
// Hardware Architecture and Byte Order // Hardware Architecture and Byte Order
// //