Skip to content
Snippets Groups Projects
Commit ba2e8b8c authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[opts files] Remove -Wno-packed-bitfield-compat from GXX_WARNING_OPTS

because new gcc do not warn about backed bitfields for our code.
(reviewed by bernd)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10095 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 5d9df070
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ GXX_WARNING_OPTS=" \
-Wmissing-include-dirs \
-Wcast-align \
-Wno-sign-compare \
-Wno-packed-bitfield-compat \
-Wno-unused-parameter"
# additional -W flags for g++ which will lead to many warnings in
......
......@@ -4,7 +4,6 @@ GXX_WARNING_OPTS=" \
-Wmissing-include-dirs \
-Wcast-align \
-Wno-sign-compare \
-Wno-packed-bitfield-compat \
-Wno-unused-parameter"
# additional -W flags for g++ which will lead to many warnings in
......
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