mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
scst: Revert r7501 because it didn't have the intended effect
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7502 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -155,8 +155,7 @@ 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-sign-compare) \
|
||||
-Wno-unused-parameter -Wno-missing-field-initializers) \
|
||||
$(shell [ -n "${CONFIG_SCST_NO_DLM}" ] && echo -DCONFIG_SCST_NO_DLM)
|
||||
|
||||
#EXTRA_CFLAGS += -DCONFIG_SCST_STRICT_SERIALIZING
|
||||
|
||||
Reference in New Issue
Block a user