[evolution-patches] fix for 41835



This is a fix for 41835, -Wall crept in when we were removing deprecated
functions.

--Larry
Index: src/Makefile.am
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/Makefile.am,v
retrieving revision 1.135
diff -u -p -r1.135 Makefile.am
--- src/Makefile.am	31 Mar 2003 15:59:53 -0000	1.135
+++ src/Makefile.am	5 May 2003 19:54:06 -0000
@@ -15,8 +15,7 @@ AM_CFLAGS = 								\
 	-DGTK_DISABLE_DEPRECATED=1					\
 	-DGDK_DISABLE_DEPRECATED=1					\
 	-DG_DISABLE_DEPRECATED=1					\
-	-DGNOME_DISABLE_DEPRECATED=1					\
-	-Wall
+	-DGNOME_DISABLE_DEPRECATED=1
 
 lib_LTLIBRARIES = libgtkhtml-3.0.la
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]