Bug 57572 - Fix compile warning on uninitialiazed variable
Summary: Fix compile warning on uninitialiazed variable
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-26 19:57 UTC by Hib Eris
Modified: 2012-12-01 13:23 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
0001-Fix-uninitialized-warning-in-TiffWriter.patch (1.37 KB, text/plain)
2012-11-26 19:57 UTC, Hib Eris
Details

Description Hib Eris 2012-11-26 19:57:23 UTC
Created attachment 70613 [details]
0001-Fix-uninitialized-warning-in-TiffWriter.patch
Comment 1 Albert Astals Cid 2012-12-01 00:51:29 UTC
I've used a different way (actually initialize the values) because i prefer getting a warning when we introduce a new enum that is no used in the switch (that your patch makes not happen)
Comment 2 Hib Eris 2012-12-01 13:23:23 UTC
(In reply to comment #1)
> I've used a different way (actually initialize the values) because i prefer
> getting a warning when we introduce a new enum that is no used in the switch

Makes sense! Thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.