summaryrefslogtreecommitdiffstats
path: root/src/gtkmm3.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkmm3.mk')
-rw-r--r--src/gtkmm3.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkmm3.mk b/src/gtkmm3.mk
index cfbf3c8..25f5dd3 100644
--- a/src/gtkmm3.mk
+++ b/src/gtkmm3.mk
@@ -29,6 +29,7 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall -Wno-deprecated-declarations -Werror -pedantic -std=c++11 \
-Wno-error=deprecated \
+ -Wno-error=cast-function-type \
'$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-gtkmm3.exe' \
`'$(TARGET)-pkg-config' gtkmm-3.0 --cflags --libs`
endef