Add additional compilation flag Signed-off-by: Alex Iannicelli <alex.iannicelli@xxxxxxxxxx> Signed-off-by: James Smart <james.smart@xxxxxxxxxx> --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff -upNr a/drivers/scsi/lpfc/Makefile b/drivers/scsi/lpfc/Makefile --- a/drivers/scsi/lpfc/Makefile 2012-01-12 22:43:34.000000000 -0500 +++ b/drivers/scsi/lpfc/Makefile 2012-03-01 17:33:44.000000000 -0500 @@ -22,6 +22,8 @@ ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage ccflags-$(GCOV) += -O0 +ccflags-y += -Werror + obj-$(CONFIG_SCSI_LPFC) := lpfc.o lpfc-objs := lpfc_mem.o lpfc_sli.o lpfc_ct.o lpfc_els.o lpfc_hbadisc.o \ -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html