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 711841 - unused-but-set compiler warning in EogThumbNav
unused-but-set compiler warning in EogThumbNav
Status: RESOLVED FIXED
Product: cheese
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: 3.8
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-11-11 12:58 UTC by Rashi Aswani
Modified: 2013-11-11 13:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixed unused-but-set warning in EogThumbNav (1.37 KB, patch)
2013-11-11 13:03 UTC, Rashi Aswani
committed Details | Review

Description Rashi Aswani 2013-11-11 12:58:56 UTC
The variable "ltr" is set but not used in "eog_thumb_nav_vadj_changed" method in src/thumbview/eog-thumb-nav.c
Comment 1 Rashi Aswani 2013-11-11 13:03:11 UTC
Created attachment 259558 [details] [review]
Fixed unused-but-set warning in EogThumbNav
Comment 2 David King 2013-11-11 13:10:57 UTC
Comment on attachment 259558 [details] [review]
Fixed unused-but-set warning in EogThumbNav

Pushed to master as commit 7834ebbe9959aac4514f7352181bc4efb292a275. Thanks!