mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
gcc alignment and warning suppression
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include <utility>
|
||||
|
||||
|
||||
GCC_DIAG_OFF(unused-variable)
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1400
|
||||
#pragma warning(disable:4800)//forcing value to bool 'true' or 'false'
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user