Skip to content
Snippets Groups Projects
Commit 1157b563 authored by Felix Schindler's avatar Felix Schindler
Browse files

Revert "[common.disable_warnings] add -Wunused-local-typedefs to clang"

Clang does not know this feature.

This reverts commit 342c6e5d660afc0fe1488fc2701b3cce010a3025.
parent a25c48dd
No related branches found
No related tags found
Loading
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#pragma GCC diagnostic ignored "-Wshadow" #pragma GCC diagnostic ignored "-Wshadow"
#pragma GCC diagnostic ignored "-Wreorder" #pragma GCC diagnostic ignored "-Wreorder"
#pragma GCC diagnostic ignored "-Wuninitialized" #pragma GCC diagnostic ignored "-Wuninitialized"
#pragma GCC diagnostic ignored "-Wunused-local-typedefs"
#pragma GCC diagnostic ignored "-Wused-but-marked-unused" #pragma GCC diagnostic ignored "-Wused-but-marked-unused"
#pragma GCC diagnostic ignored "-Wlogical-not-parentheses" #pragma GCC diagnostic ignored "-Wlogical-not-parentheses"
#elif BOOST_GCC #elif BOOST_GCC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment