After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 757958 - libs: vp9: remove unused symbols
libs: vp9: remove unused symbols
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
unspecified
Other All
: Normal minor
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 750547
 
 
Reported: 2015-11-11 18:19 UTC by Víctor Manuel Jáquez Leal
Modified: 2015-11-19 11:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libs: vp9: remove unused symbols (2.09 KB, patch)
2015-11-11 18:19 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2015-11-11 18:19:08 UTC
clang complains about a couple variables and one label which were not
used. This patch removes them.

Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Comment 1 Víctor Manuel Jáquez Leal 2015-11-11 18:19:12 UTC
Created attachment 315293 [details] [review]
libs: vp9: remove unused symbols
Comment 2 Víctor Manuel Jáquez Leal 2015-11-11 18:19:57 UTC
@sree, could you verify that I'm not doing something stupid?
Comment 3 sreerenj 2015-11-11 20:29:13 UTC
Review of attachment 315293 [details] [review]:

lgtm, thanks for the fix..
I *must* enable warnings for unused vars all the time :)
Comment 4 Víctor Manuel Jáquez Leal 2015-11-12 09:48:15 UTC
Attachment 315293 [details] pushed as 57b69d3 - libs: vp9: remove unused symbols