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

ignore Wshift-negative-value

parent 340c18e8
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#define LOW_CODE_QUALITY_SECTION_BEGIN \ #define LOW_CODE_QUALITY_SECTION_BEGIN \
_Pragma("clang diagnostic push") \ _Pragma("clang diagnostic push") \
_Pragma("clang diagnostic ignored \"-Wdeprecated-register\" \"Wshift-negative-value\" ") //TODO: ignore more warnings as needed _Pragma("clang diagnostic ignored \"-Wdeprecated-register\" \"Wshift-negative-value\" \"-Wshift-negative-value\"") //TODO: ignore more warnings as needed
#define LOW_CODE_QUALITY_SECTION_END \ #define LOW_CODE_QUALITY_SECTION_END \
_Pragma("clang diagnostic pop") _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