mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 12:37:13 +02:00
Disable -Wstrict-aliasing on g++ 6, really
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
# include <system_error>
|
||||
#endif
|
||||
|
||||
#if defined(BOOST_GCC) && BOOST_GCC < 60000
|
||||
#if defined(BOOST_GCC) && BOOST_GCC < 70000
|
||||
# pragma GCC diagnostic push
|
||||
# pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user