summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bailey <rekkanoryo@rekkanoryo.org>2010-02-24 02:30:35 +0000
committerJohn Bailey <rekkanoryo@rekkanoryo.org>2010-02-24 02:30:35 +0000
commit60f905f6acd6e3b5c4892f9f61dbf0955e5ed3d1 (patch)
tree293c081e526a84bc6dcdc14b7d0cac3f2ec9e496
parenteac92f8cc320d3f0a7c653cadf17d087b590226c (diff)
downloadpidgin-60f905f6acd6e3b5c4892f9f61dbf0955e5ed3d1.tar.gz
Oops, I forgot this. This is done internally in libgadu, and not doing it
produces a ton of warnings in libgadu itself. This does have the unfortunate side effect of masking the warnings in our Gadu-Gadu prpl, but we can worry about that once this stuff works everywhere we need it to. Refs #10542.
-rw-r--r--libpurple/protocols/gg/Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/protocols/gg/Makefile.mingw b/libpurple/protocols/gg/Makefile.mingw
index 030589224e..d147398c23 100644
--- a/libpurple/protocols/gg/Makefile.mingw
+++ b/libpurple/protocols/gg/Makefile.mingw
@@ -8,7 +8,7 @@ PIDGIN_TREE_TOP := ../../..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
TARGET = libgg
-CFLAGS += -include win32dep.h
+CFLAGS += -include win32dep.h -DGG_IGNORE_DEPRECATED
TYPE = PLUGIN
# Static or Plugin...