Opened 8 years ago

Closed 6 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 KapiX, 6 years ago

Owner: changed from nobody to KapiX
Status: newin-progress

comment:2 by KapiX, 6 years ago

Resolution: fixed
Status: in-progressclosed

Done in hrev51687 by outsourcing OpenEXR package.

Note: See TracTickets for help on using tickets.