Mercurial > pidgin
diff plugins/perl/Makefile.mingw @ 8184:f05d0a317f45
[gaim-migrate @ 8904]
Turn off /* /* */ warnings for perl headers
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Thu, 29 Jan 2004 17:39:32 +0000 |
| parents | 5aeba37b303c |
| children | 6dcfec6f2f7c |
line wrap: on
line diff
--- 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 ##
