[gaim-migrate @ 8904]

Thu, 29 Jan 2004 17:39:32 +0000

author
Herman Bloggs <herman@bluedigits.com>
date
Thu, 29 Jan 2004 17:39:32 +0000
changeset 8184
cbe8144455ba
parent 8183
7615409e7c1c
child 8185
3a1d79a4e55a

[gaim-migrate @ 8904]
Turn off /* /* */ warnings for perl headers

plugins/perl/Makefile.mingw file | annotate | diff | comparison | revisions
--- a/plugins/perl/Makefile.mingw	Thu Jan 29 16:55:24 2004 +0000
+++ b/plugins/perl/Makefile.mingw	Thu Jan 29 17:39:32 2004 +0000
@@ -35,6 +35,9 @@
 
 include $(GAIM_TOP)/src/win32/global.mak
 
+# Perl headers with /* /* */ type comments.. Turn off warnings.
+CFLAGS += -Wno-comment
+
 ##
 ## INCLUDE PATHS
 ##

mercurial