From 1ce81e1e0794a5d619016e17b33b533b614fc6a9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 29 Jan 2009 17:33:25 +0100 Subject: Add -Wno-sign-compare until the SDP functions get fixed --- lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Makefile.am') 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 -- cgit