forked from boostorg/intrusive
Silence unharmful -Wmaybe-uninitialized warning
This commit is contained in:
@ -30,6 +30,9 @@
|
|||||||
# if (BOOST_GCC >= 40600)
|
# if (BOOST_GCC >= 40600)
|
||||||
# pragma GCC diagnostic push
|
# pragma GCC diagnostic push
|
||||||
# pragma GCC diagnostic ignored "-Wuninitialized"
|
# pragma GCC diagnostic ignored "-Wuninitialized"
|
||||||
|
# if (BOOST_GCC >= 40700)
|
||||||
|
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||||
|
# endif
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user