Skip to content

Commit

Permalink
re-adding warning suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Jul 20, 2023
1 parent 1e17585 commit 4f995b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/_clang_include_prefix.hpp
Expand Up @@ -5,6 +5,7 @@
#pragma clang diagnostic ignored "-Weverything"
#elif __GNUC__ // must follow clang (which defines both)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-enum-enum-conversion"
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
#pragma GCC diagnostic ignored "-Wall"
#pragma GCC diagnostic ignored "-Wextra"
Expand Down

0 comments on commit 4f995b8

Please sign in to comment.