Thu, 29 Jan 2004 17:39:32 +0000
[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 ##