# HG changeset patch # User Herman Bloggs # Date 1075397972 0 # Node ID f05d0a317f457ca102421590d01780df6970e53f # Parent ab0fce3693271e70a2c4f67fbfb7f3721d4bec4b [gaim-migrate @ 8904] Turn off /* /* */ warnings for perl headers committer: Tailor Script diff -r ab0fce369327 -r f05d0a317f45 plugins/perl/Makefile.mingw --- 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 ##