From e55a145f3b563f87590c745f5dcb9c6b1d05216e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 5 Apr 2019 01:05:20 +0000 Subject: [PATCH] qla2x00t-32gbit: Add -Wno-stringop-truncation to the compiler options git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8155 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t-32gbit/Makefile_in-tree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t-32gbit/Makefile_in-tree b/qla2x00t-32gbit/Makefile_in-tree index f86fa5a0b..2e7619677 100644 --- a/qla2x00t-32gbit/Makefile_in-tree +++ b/qla2x00t-32gbit/Makefile_in-tree @@ -7,4 +7,4 @@ obj-$(CONFIG_SCSI_QLA_FC) += qla2xxx.o obj-$(CONFIG_TCM_QLA2XXX) += tcm_qla2xxx.o ccflags-y += -I$(src)/../../../include/scst/ -ccflags-y += $(call cc-option,-Wno-format-truncation) +ccflags-y += $(call cc-option,-Wno-stringop-truncation)