diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-08-14 11:56:35 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-08-15 02:57:09 (GMT) |
commit | 7151173812e8512b94b85092b2f1ba6fdb431fa5 (patch) | |
tree | 764f8999c2525e6da8e9138b9aba7120f4d0b4fa /plugins/gcc8 | |
parent | 3ca7afcf3a6f3d6579cdeda57f9dc750e620c331 (diff) | |
download | mxe-7151173812e8512b94b85092b2f1ba6fdb431fa5.zip mxe-7151173812e8512b94b85092b2f1ba6fdb431fa5.tar.gz mxe-7151173812e8512b94b85092b2f1ba6fdb431fa5.tar.bz2 |
gtkimageview guile libssh: fix gcc8 build
Diffstat (limited to 'plugins/gcc8')
-rw-r--r-- | plugins/gcc8/gcc8-overlay.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/gcc8/gcc8-overlay.mk b/plugins/gcc8/gcc8-overlay.mk index bbd4efa..aff17d3 100644 --- a/plugins/gcc8/gcc8-overlay.mk +++ b/plugins/gcc8/gcc8-overlay.mk @@ -27,3 +27,8 @@ $(PKG)_PATCHES := $(dir $(lastword $(MAKEFILE_LIST)))/gcc8.patch # copy db-2-install-exe.patch to gcc7 plugin when gcc8 is default db_PATCHES := $(TOP_DIR)/src/db-1-fix-including-winioctl-h-lowcase.patch +# set these in respective makefiles when gcc7 becomes default +# remove from here and leave them blank for gcc5 plugin +libssh_EXTRA_WARNINGS = -Wno-error=implicit-fallthrough +gtkimageview_EXTRA_WARNINGS = -Wno-error=misleading-indentation +guile_EXTRA_WARNINGS = -Wno-error=misleading-indentation |