gtkimageview guile libssh: fix gcc8 build

This commit is contained in:
Tony Theodore 2018-08-14 21:56:35 +10:00
parent 3ca7afcf3a
commit 7151173812
1 changed files with 5 additions and 0 deletions

View File

@ -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