/pidgin/main: ac827860af1e: Fix more perl warnings
Tomasz Wasilczyk
twasilczyk at pidgin.im
Mon Feb 10 09:45:03 EST 2014
Changeset: ac827860af1e00f2ec5d71a4f78e66e82e045277
Author: Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date: 2014-02-10 15:44 +0100
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/ac827860af1e
Description:
Fix more perl warnings
diffstat:
pidgin/plugins/perl/common/gtkmodule.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff --git a/pidgin/plugins/perl/common/gtkmodule.h b/pidgin/plugins/perl/common/gtkmodule.h
--- a/pidgin/plugins/perl/common/gtkmodule.h
+++ b/pidgin/plugins/perl/common/gtkmodule.h
@@ -11,6 +11,10 @@ typedef struct group *Pidgin__Group;
#ifdef _WIN32
#undef pipe
#endif
+
+#define SILENT_NO_TAINT_SUPPORT 0
+#define NO_TAINT_SUPPORT 0
+
#include <EXTERN.h>
#include <perl.h>
#include <XSUB.h>
More information about the Commits
mailing list