changeset 942:e5f24a83d909 trunk

[svn] - comment out debug cflags
author nenolod
date Thu, 12 Apr 2007 11:35:08 -0700
parents fcbf649fefc4
children 584ab2a62af5
files ChangeLog src/curl/Makefile
diffstat 2 files changed, 13 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@sacredspiral.co.uk>
+  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 <nenolod@sacredspiral.co.uk>
   revision [2008]
   - fix curl.c:913: warning: implicit declaration of function 'strdup'
--- 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}