Mercurial > pidgin
changeset 15611:5dd46cb1a80a
Suppress warnings about unused variables in the generated perl bindings
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 11 Feb 2007 00:30:48 +0000 |
parents | 841669fc7af3 |
children | b0471b2a1de9 |
files | libpurple/plugins/perl/common/Makefile.mingw |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Makefile.mingw Sun Feb 11 00:27:46 2007 +0000 +++ b/libpurple/plugins/perl/common/Makefile.mingw Sun Feb 11 00:30:48 2007 +0000 @@ -12,7 +12,7 @@ EXTUTILS ?= C:/perl/lib/ExtUtils PERL_PLUGIN_TOP := .. -CFLAGS += -Wno-comment +CFLAGS += -Wno-comment -Wno-unused ## ## INCLUDE PATHS