From 3d1b6c7ef8b8a37e70bb5b451be4b12301abeabd Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 8 Oct 2018 01:41:26 +0000 Subject: [PATCH] scst: Do not complain about mixed signedness comparisons git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7501 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scst/src/Makefile b/scst/src/Makefile index 0a7b3f6c4..11c8b4baf 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -155,7 +155,8 @@ INSTALL_DIR_H := $(DESTDIR)$(PREFIX)/include/scst enable-Wextra = $(shell uname_r="$$(uname -r)"; if [ "$${uname_r%.el5}" = "$${uname_r}" ]; then echo "$(1)"; fi) EXTRA_CFLAGS += -I$(SCST_INC_DIR) $(call enable-Wextra,-Wextra \ - -Wno-unused-parameter -Wno-missing-field-initializers) \ + -Wno-unused-parameter -Wno-missing-field-initializers \ + -Wno-sign-compare) \ $(shell [ -n "${CONFIG_SCST_NO_DLM}" ] && echo -DCONFIG_SCST_NO_DLM) #EXTRA_CFLAGS += -DCONFIG_SCST_STRICT_SERIALIZING