From 7a5b4281dc86f225e55f3fb2122477eeb8088d15 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Wed, 15 Aug 2018 12:44:30 +1000 Subject: [PATCH] gtkimageview guile: fix gcc6 build --- plugins/gcc6/gcc6-overlay.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/gcc6/gcc6-overlay.mk b/plugins/gcc6/gcc6-overlay.mk index f29e85f1..5687ef62 100644 --- a/plugins/gcc6/gcc6-overlay.mk +++ b/plugins/gcc6/gcc6-overlay.mk @@ -24,3 +24,8 @@ $(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.xz $(PKG)_URL := https://ftp.gnu.org/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_URL_2 := https://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_PATCHES := $(dir $(lastword $(MAKEFILE_LIST)))/gcc6.patch + +# set these in respective makefiles if gcc6 becomes default +# and leave them blank for gcc5 plugin +gtkimageview_EXTRA_WARNINGS = -Wno-error=misleading-indentation +guile_EXTRA_WARNINGS = -Wno-error=misleading-indentation