# HG changeset patch # User nenolod # Date 1176402908 25200 # Node ID e5f24a83d909b813d12489400ec516fc447c0c31 # Parent fcbf649fefc4f61a1250d62866a1b27665f4e243 [svn] - comment out debug cflags diff -r fcbf649fefc4 -r e5f24a83d909 ChangeLog --- a/ChangeLog Thu Apr 12 11:29:55 2007 -0700 +++ b/ChangeLog Thu Apr 12 11:35:08 2007 -0700 @@ -1,3 +1,11 @@ +2007-04-12 18:29:55 +0000 William Pitcock + revision [2010] + - fix last warnings + + trunk/src/curl/curl.c | 1 + + 1 file changed, 1 insertion(+) + + 2007-04-12 18:29:07 +0000 William Pitcock revision [2008] - fix curl.c:913: warning: implicit declaration of function 'strdup' diff -r fcbf649fefc4 -r e5f24a83d909 src/curl/Makefile --- a/src/curl/Makefile Thu Apr 12 11:29:55 2007 -0700 +++ b/src/curl/Makefile Thu Apr 12 11:35:08 2007 -0700 @@ -13,11 +13,11 @@ CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) $(CURL_CFLAGS) -I../../intl -I../.. -CFLAGS += -Wpointer-arith -Wimplicit -Wnested-externs -Wcast-align \ --Wcast-qual -Wstrict-prototypes -Wmissing-prototypes \ --Wmissing-declarations -W -Wno-unused -Wshadow -Wmissing-noreturn \ --Wundef -Wpacked -Wnested-externs -Wbad-function-cast -Wredundant-decls \ --Wfloat-equal -Wdisabled-optimization -pedantic -std=c99 +#CFLAGS += -Wpointer-arith -Wimplicit -Wnested-externs -Wcast-align \ +#-Wcast-qual -Wstrict-prototypes -Wmissing-prototypes \ +#-Wmissing-declarations -W -Wno-unused -Wshadow -Wmissing-noreturn \ +#-Wundef -Wpacked -Wnested-externs -Wbad-function-cast -Wredundant-decls \ +#-Wfloat-equal -Wdisabled-optimization -pedantic -std=c99 OBJECTS = ${SOURCES:.c=.o}