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

[config.h] disable further -Wundef warnings

parent a2db83fd
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,23 @@
#ifndef HAVE_DUNE_FEM
# define HAVE_FUNE_FEM 0
# endif
#endif
#ifndef HAVE_DUNE_PYMOR
# define HAVE_DUNE_PYMOR 0
#endif
#ifndef HAVE_DUNE_GRID_MULTISCALE
# define HAVE_DUNE_GRID_MULTISCALE 0
#endif
#ifndef HAVE_DUNE_GDT
# define HAVE_DUNE_GDT 0
#endif
#ifndef HAVE_DUNE_HDD
# define HAVE_DUNE_HDD 0
#endif
#ifndef HAVE_EMPLACE
# define HAVE_EMPLACE 0
......@@ -65,6 +81,10 @@
# define HAVE_MPI 0
#endif
#ifndef HAVE_FASP
# define HAVE_FASP 0
#endif
#ifndef HAVE_CONSTEXPR
# define HAVE_CONSTEXPR 0
#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