drop warning triggered by glib/gtk macros
This commit is contained in:
parent
91bdd0dcbd
commit
67dc8905e5
1
Makefile
1
Makefile
|
@ -12,7 +12,6 @@ CXXFLAGS := -std=c++11 -O3 \
|
||||||
-Wmissing-declarations \
|
-Wmissing-declarations \
|
||||||
-Wstrict-overflow=5 \
|
-Wstrict-overflow=5 \
|
||||||
-Wcast-align \
|
-Wcast-align \
|
||||||
-Wcast-qual \
|
|
||||||
-Wconversion \
|
-Wconversion \
|
||||||
-Wunused-macros \
|
-Wunused-macros \
|
||||||
-Wwrite-strings \
|
-Wwrite-strings \
|
||||||
|
|
Loading…
Reference in New Issue