From 38e61d869ec7624c7204d65ff08d1cb21159fad4 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 06 2021 08:12:49 +0000 Subject: Apply patch 0006-multipath-tools-Makefile.inc-set-Wno-error-clobbered.patch patch_name: 0006-multipath-tools-Makefile.inc-set-Wno-error-clobbered.patch present_in_specfile: true location_in_specfile: 6 --- diff --git a/Makefile.inc b/Makefile.inc index d4d1e0d..9060ac9 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -91,7 +91,7 @@ TEST_CC_OPTION = $(shell \ STACKPROT := $(call TEST_CC_OPTION,-fstack-protector-strong,-fstack-protector) ERROR_DISCARDED_QUALIFIERS := $(call TEST_CC_OPTION,-Werror=discarded-qualifiers,) -WNOCLOBBERED := $(call TEST_CC_OPTION,-Wno-clobbered,) +WNOCLOBBERED := $(call TEST_CC_OPTION,-Wno-clobbered -Wno-error=clobbered,) OPTFLAGS = -O2 -g -pipe -Werror -Wall -Wextra -Wformat=2 -Werror=implicit-int \ -Werror=implicit-function-declaration -Werror=format-security \