summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-06-23 17:39:33 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-06-23 17:39:33 +0200
commit027a6d9a18b8767969127ffc1c4a734fec4b840b (patch)
treeea5d137bb5e15e3d818032cb4ed7798de7c33026 /src/Makefile
parent58c0dbe2753753e2eff5e27f98453aa8a020235f (diff)
download0xFFFF-027a6d9a18b8767969127ffc1c4a734fec4b840b.tar.bz2
Fix compilation warnings
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index a2231cb..a04638f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,7 +6,7 @@ BIN=0xFFFF
#LIBS=`${HAVE_USB} && echo -- '-lusb'`
LIBS=`if [ "${HAVE_USB}" = 1 ]; then echo '-lusb'; fi`
CFLAGS+=-DVERSION=\"${VERSION}\" -Wall -I .
-CFLAGS+=-pedantic -std=c99 -DHAVE_USB=${HAVE_USB}
+CFLAGS+=-pedantic -std=c99 -DHAVE_USB=${HAVE_USB} -Wno-unused-result
USBOBJ=../libusb/error.o ../libusb/usb.o ../libusb/descriptors.o
USBOBJ+=../libusb/linux.o ## XXX not portable