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
This commit is contained in:
Bart Van Assche
2019-04-05 01:05:20 +00:00
parent 304ab2ac64
commit e55a145f3b

View File

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