mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-05 23:57:06 +00:00
Makefiles: Remove -Wextra
Since not all kernel header files are compatible with -Wextra, remove -Wextra. To enable -Wextra, build SCST with W=1. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9054 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -5,6 +5,4 @@ KBUILD_EXTRA_SYMBOLS=$(src)/../../scst/src/Module.symvers \
|
||||
[ -e $$d ] || continue; echo $$d; break; done)
|
||||
ccflags-y += -I$(src)/../../scst/include
|
||||
|
||||
#ccflags-y += -Wextra -Wno-unused-parameter
|
||||
|
||||
obj-m += ib_srpt.o
|
||||
|
||||
Reference in New Issue
Block a user