mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-14 04:56:32 +02:00
Suppress clang warnings about unknown warning suppression :-)
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(__clang__)
|
||||
# pragma clang diagnostic ignored "-Wunknown-pragmas"
|
||||
# pragma clang diagnostic ignored "-Wpotentially-evaluated-expression"
|
||||
# pragma clang diagnostic ignored "-Wdelete-non-abstract-non-virtual-dtor"
|
||||
# pragma clang diagnostic ignored "-Wunused-parameter"
|
||||
|
Reference in New Issue
Block a user