Skip to content

Commit

Permalink
removing pragma not supported in clang 12
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Jul 19, 2023
1 parent 410efad commit d15c698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/_clang_include_prefix.hpp
Expand Up @@ -5,7 +5,6 @@
#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 d15c698

Please sign in to comment.