cpw.rekkanoryo.ggupdate: d21119de: Oops, I forgot this. This is done inter...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Tue Feb 23 21:35:50 EST 2010


-----------------------------------------------------------------
Revision: d21119dede49bb8c2a1cfb45634f4d976f6f0e8b
Ancestor: 6f6e595b90a5219711898b80e49ca2ee8f781ed3
Author: rekkanoryo at pidgin.im
Date: 2010-02-24T02:30:35
Branch: im.pidgin.cpw.rekkanoryo.ggupdate
URL: http://d.pidgin.im/viewmtn/revision/info/d21119dede49bb8c2a1cfb45634f4d976f6f0e8b

Modified files:
        libpurple/protocols/gg/Makefile.mingw

ChangeLog: 

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.

-------------- next part --------------
============================================================
--- libpurple/protocols/gg/Makefile.mingw	9016708650c8b5beae3603a2d60b409acd92b476
+++ libpurple/protocols/gg/Makefile.mingw	eca1ac53a78cfc5919e9c23883f5931ca40e44e6
@@ -8,7 +8,7 @@ TARGET = libgg
 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...


More information about the Commits mailing list