Mercurial > pidgin
changeset 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 | ab0fce369327 |
children | 3a229ad2fab0 |
files | plugins/perl/Makefile.mingw |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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 ##