Silence unharmful -Wmaybe-uninitialized warning

This commit is contained in:
Ion Gaztañaga
2018-06-22 00:00:56 +02:00
parent 00efc25144
commit d7b0d7c1e4

View File

@ -30,6 +30,9 @@
# if (BOOST_GCC >= 40600)
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wuninitialized"
# if (BOOST_GCC >= 40700)
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
# endif
# endif
#endif