Instead of adding __attribute__((unused)) to unused arguments, add the -Wno-unused-parameter compiler flag. Signed-off-by: Bart Van Assche <bvanassche@acm.org>
7 lines
153 B
Makefile
7 lines
153 B
Makefile
AM_CPPFLAGS=-I. -I${srcdir}/../include
|
|
AM_CFLAGS=$(WARN_CFLAGS)
|
|
AM_LDFLAGS=-no-undefined
|
|
LIBS=../lib/libiscsi.la
|
|
|
|
noinst_PROGRAMS = iscsiclient iscsi-dd
|