Skip to content
Snippets Groups Projects
Commit 3b2f9113 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[gcc.pragma.diagnostic] use properly

parent 9447b03e
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
#include <iostream>
#include <type_traits>
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wreorder"
namespace Dune {
......@@ -249,7 +250,7 @@ EmptyLogStream dev_null(dev_null_logflag);
} // namespace Stuff
} // namespace Dune
#pragma GCC diagnostic warning "-Wreorder"
#pragma GCC diagnostic pop
#endif // LOGSTREAMS_HH
/** Copyright (c) 2012, Rene Milk
......
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