Opened 9 years ago
Closed 7 years ago
#12663 closed enhancement (fixed)
Silence warnings in exr translator to enable use of -Werror
Reported by: | MichaelCrawford | Owned by: | KapiX |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #9460 | |
Platform: | All |
Description
There are some warnings about unhandled enumeration values due to -Wswitch. I'll have to familiarize myself with the exr format before I fix this. It might work to do:
case Foo:
break;
... but then maybe we really do want to handled those as-yet unhandled cases.
Change History (2)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
Done in hrev51687 by outsourcing OpenEXR package.