summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-29 17:33:25 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-29 17:33:25 +0100
commit1ce81e1e0794a5d619016e17b33b533b614fc6a9 (patch)
tree3306f0ef23e2795aac06e72cd76f07db13e1ab6b /lib
parentdc1d52cfac56e18d2942c9ee78a96f351e322b77 (diff)
Add -Wno-sign-compare until the SDP functions get fixed
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index a0a832dc..e751ee67 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -4,6 +4,8 @@ lib_LTLIBRARIES = libbluetooth.la
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
libbluetooth_la_LDFLAGS = -version-info 4:1:1
+libbluetooth_la_CFLAGS = -Wno-sign-compare
+
INCLUDES = -I$(top_builddir)/include
MAINTAINERCLEANFILES = Makefile.in