Silence GCC warnings in spirit_po headers
This commit is contained in:
parent
fffe3d5d7a
commit
d0700ede45
1 changed files with 7 additions and 0 deletions
|
@ -25,7 +25,14 @@
|
|||
#include <boost/thread.hpp>
|
||||
#include <set>
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
|
||||
#endif
|
||||
#include "spirit_po.hpp"
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
#define DBG_G LOG_STREAM(debug, lg::general())
|
||||
#define LOG_G LOG_STREAM(info, lg::general())
|
||||
|
|
Loading…
Add table
Reference in a new issue