From cb0b4b761c43394bd9c4e735455d5a5e479198f9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 30 Jan 2009 00:10:55 +0100 Subject: Fix SDP code to allow compilation with -Wsign-compare --- lib/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index e751ee67..a0a832dc 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,8 +4,6 @@ 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