From 67dc8905e530a0b153c3eab44e6181c91b55af84 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 22 Jun 2015 12:18:46 -0400 Subject: [PATCH] drop warning triggered by glib/gtk macros --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index a70ac98..c477133 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ CXXFLAGS := -std=c++11 -O3 \ -Wmissing-declarations \ -Wstrict-overflow=5 \ -Wcast-align \ - -Wcast-qual \ -Wconversion \ -Wunused-macros \ -Wwrite-strings \