Skip to content
Snippets Groups Projects
Commit 340c18e8 authored by Max Lyon's avatar Max Lyon
Browse files

disable Wshift-negative-value

parent 3c6cb8bb
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
#define LOW_CODE_QUALITY_SECTION_BEGIN \
_Pragma("clang diagnostic push") \
_Pragma("clang diagnostic ignored \"-Wdeprecated-register\"") //TODO: ignore more warnings as needed
_Pragma("clang diagnostic ignored \"-Wdeprecated-register\" \"Wshift-negative-value\" ") //TODO: ignore more warnings as needed
#define LOW_CODE_QUALITY_SECTION_END \
_Pragma("clang diagnostic pop")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment