GNOME Bugzilla – Bug 613758
More build warnings on OS X
Last modified: 2010-03-24 00:29:57 UTC
Created attachment 156932 [details] [review] patch that fixes compilation warnings for os x plugins The following files giving warnings (old-style-functions, format-strings, pointer cast): gst/pnm/gstpnmdec.c sys/osxvideo/osxvideosrc.c sys/qtwrapper/audiodecoders.c sys/qtwrapper/codecmapping.c sys/qtwrapper/qtutils.c sys/qtwrapper/qtutils.h
Committed, thanks: commit 552cd26b43eb22dc480de1e8d597d0ce8a7447cf Author: Tristan Matthews <tristan@sat.qc.ca> Date: Tue Mar 23 19:56:48 2010 -0400 osx: more compiler warning fixes Avoid new warnings. Fixes #613758. I wonder if whoever wrote osxvideosrc realises that GST_LOG etc. already print the function name :)