qla2x00t-32gbit/Makefile_in-tree: Remove -Wno-format-truncation

Now that the strncpy() calls have been converted, remove -Wno-format-truncation.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8404 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-05-31 02:03:24 +00:00
parent c03d826b95
commit 2b06968569
-1
View File
@@ -9,4 +9,3 @@ obj-$(CONFIG_SCSI_QLA_FC) += qla2xxx.o
obj-$(CONFIG_SCST_QLA_TGT_ADDON) += qla2x00tgt.o
ccflags-y += -I$(src)/../../../include/scst/
ccflags-y += $(call cc-option,-Wno-stringop-truncation)