Skip to content

Commit

Permalink
Adding -Weverything to clang
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Mar 20, 2023
1 parent e6043e5 commit 217c1dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/_clang_include_prefix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wall"
#pragma clang diagnostic ignored "-Weverything"
#elif __GNUC__ // must follow clang (which defines both)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
Expand Down

0 comments on commit 217c1dd

Please sign in to comment.