GNOME Bugzilla – Bug 151887
[PATCH] Fix format string warnings in player.c
Last modified: 2004-12-22 21:47:04 UTC
The last in the "warnings on amd64" series of patches (for now, I think), much like the other patches I've submitted today. Compiler warnings follow, patch will be attached in a follow-up: if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs -pthread -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/nathanr/bin/gnome2-cvs/include/glib-2.0 -I/home/nathanr/bin/gnome2-cvs/lib64/glib-2.0/include -I/home/nathanr/bin/gnome2-cvs/include/libxml2 -I/home/nathanr/bin/gnome2-cvs/include/gstreamer-0.8 -DGST_DISABLE_DEPRECATED -Wall -Werror -DORBIT2=1 -pthread -I/home/nathanr/bin/gnome2-cvs/include/gconf/2 -I/home/nathanr/bin/gnome2-cvs/include/orbit-2.0 -I/home/nathanr/bin/gnome2-cvs/include/glib-2.0 -I/home/nathanr/bin/gnome2-cvs/lib64/glib-2.0/include -g -O2 -MT player-player.o -MD -MP -MF ".deps/player-player.Tpo" -c -o player-player.o `test -f 'player.c' || echo './'`player.c; \ then mv -f ".deps/player-player.Tpo" ".deps/player-player.Po"; else rm -f ".deps/player-player.Tpo"; exit 1; fi player.c: In function `got_stream_length': player.c:69: warning: long long unsigned int format, gint64 arg (arg 2) make[3]: *** [player-player.o] Error 1 make[3]: Leaving directory `/home/nathanr/download/gnome-cvs/gst-plugins/examples/gstplay' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/nathanr/download/gnome-cvs/gst-plugins/examples' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/nathanr/download/gnome-cvs/gst-plugins' make: *** [all] Error 2 *** error during stage build of gst-plugins: could not build module *** [70/91]
Created attachment 31292 [details] [review] fixes compilation warnings above
Applied.