GNOME Bugzilla – Bug 360171
Warnings generated from incompatible signedness assignments in theora plugin
Last modified: 2006-10-10 10:39:56 UTC
Compiling with -Werror fails due to assignments of incompatible signedness in theoradec.c and theoraenc.c. Attached is a patch which makes the appropriate (correct?) casts. Should this be filed upstream?
Created attachment 74133 [details] [review] Patch I just kind of guessed at the casts. They make sense although perhaps the types of some of the locals should be changed. It looks pretty darn ugly at times.
This changed since -alpha4, please upgrade.