Skip to content

Commit

Permalink
disable warning about unknown warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Jun 22, 2022
1 parent 959a18d commit caa49dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/meta/meta.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#pragma GCC diagnostic ignored "-Wpragmas"
#pragma GCC diagnostic ignored "-Wdocumentation-deprecated-sync"
#pragma GCC diagnostic ignored "-Wmissing-variable-declarations"
#pragma GCC diagnostic ignored "-Wunknown-warning-option"
#pragma GCC diagnostic ignored "-Wreserved-identifier" // _z at namespace scope is not reserved
#endif

Expand Down

0 comments on commit caa49dd

Please sign in to comment.