forked from pool/pidgin
18 lines
791 B
Diff
18 lines
791 B
Diff
|
ERROR: pidgin 64bit-portability-issue dbus-bindings.c: 9605
|
||
|
|
||
|
dbus-bindings.c: In function 'purple_util_format_song_info_DBUS':
|
||
|
dbus-bindings.c:9605: warning: passing argument 4 of 'purple_util_format_song_info' makes pointer from integer without a cast
|
||
|
|
||
|
================================================================================
|
||
|
--- libpurple/dbus-analyze-functions.py
|
||
|
+++ libpurple/dbus-analyze-functions.py
|
||
|
@@ -3,7 +3,7 @@
|
||
|
import sys
|
||
|
|
||
|
# types translated into "int"
|
||
|
-simpletypes = ["int", "gint", "guint", "gboolean", "gpointer", "size_t", "gssize", "time_t"]
|
||
|
+simpletypes = ["int", "gint", "guint", "gboolean", "size_t", "gssize", "time_t"]
|
||
|
|
||
|
# List "excluded" contains functions that shouldn't be exported via
|
||
|
# DBus. If you remove a function from this list, please make sure
|