From 2b06968569330f571d9bc80517278c1b21441385 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 31 May 2019 02:03:24 +0000 Subject: [PATCH] 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 --- qla2x00t-32gbit/Makefile_in-tree | 1 - 1 file changed, 1 deletion(-) diff --git a/qla2x00t-32gbit/Makefile_in-tree b/qla2x00t-32gbit/Makefile_in-tree index d58abd0b6..9017a0a6e 100644 --- a/qla2x00t-32gbit/Makefile_in-tree +++ b/qla2x00t-32gbit/Makefile_in-tree @@ -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)