mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-30 04:17:14 +02:00
Avoid -Wundef warning
This commit is contained in:
@ -19,7 +19,7 @@ namespace boost { namespace exception_detail { using boost::shared_ptr; } }
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
|
#if !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
|
||||||
#if __GNUC__*100+__GNUC_MINOR__>301
|
#if defined(__GNUC__) && __GNUC__*100+__GNUC_MINOR__>301
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#endif
|
#endif
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
|
Reference in New Issue
Block a user