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 785759 - dvi: Initialise variables to prevent warning
dvi: Initialise variables to prevent warning
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: backends
git master
Other All
: Normal enhancement
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-03 07:36 UTC by astian
Modified: 2017-08-05 06:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dvi: Initialise variables to prevent warning (768 bytes, patch)
2017-08-03 07:36 UTC, astian
none Details | Review
dvi: Initialise variables to prevent warning (819 bytes, patch)
2017-08-03 15:04 UTC, astian
committed Details | Review

Description astian 2017-08-03 07:36:12 UTC
Created attachment 356821 [details] [review]
dvi: Initialise variables to prevent warning

They were never used uninitialised but GCC couldn't quite see that.
Comment 1 astian 2017-08-03 15:04:37 UTC
Created attachment 356858 [details] [review]
dvi: Initialise variables to prevent warning