Skip to content
Snippets Groups Projects
Commit c373876a authored by Andreas Buhr's avatar Andreas Buhr
Browse files

remove #error intended to debug preprocessor

parent 9140bc02
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#include <boost/config.hpp> #include <boost/config.hpp>
#if BOOST_CLANG #if BOOST_CLANG
#error "foobar"
#pragma GCC diagnostic push #pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter" #pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wdeprecated-register" #pragma GCC diagnostic ignored "-Wdeprecated-register"
......
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