Skip to content
Snippets Groups Projects
Commit 2e1bafe8 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Disable a warning

parent 5e724afe
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ AM_CXXFLAGS = \
-Wno-c++11-compat \
-Wno-c++11-extensions \
-Wno-deprecated-declarations \
-Wno-empty-body \
-Wno-mismatched-tags \
-Wno-missing-declarations \
-Wno-overloaded-virtual \
......
......@@ -43,6 +43,7 @@ AM_CXXFLAGS = \
-Wno-c++11-compat \
-Wno-c++11-extensions \
-Wno-deprecated-declarations \
-Wno-empty-body \
-Wno-mismatched-tags \
-Wno-missing-declarations \
-Wno-overloaded-virtual \
......
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