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

disabled some more warnings

parent d5600361
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,9 @@
#include <boost/math/special_functions/fpclassify.hpp>
#if HAVE_DUNE_FEM
#include <dune/stuff/common/disable_warnings.hh>
#include <dune/fem/function/blockvectorfunction/blockvectorfunction.hh>
#include <dune/stuff/common/reenable_warnings.hh>
#include <dune/stuff/fem/namespace.hh>
......
......@@ -8,7 +8,9 @@
#endif // ifdef HAVE_CMAKE_CONFIG
#if HAVE_DUNE_GRID
#include <dune/stuff/common/disable_warnings.hh>
#include <dune/grid/common/gridview.hh>
#include <dune/stuff/common/reenable_warnings.hh>
#include <boost/serialization/static_warning.hpp>
#endif
......
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