[haiku-bugs] [Haiku] #12663: Silence warnings in exr translator to enable use of -Werror

  • From: "MichaelCrawford" <trac@xxxxxxxxxxxx>
  • Date: Thu, 25 Feb 2016 18:51:11 -0000

#12663: Silence warnings in exr translator to enable use of -Werror
-----------------------------+------------------------------
 Reporter:  MichaelCrawford  |        Owner:  nobody
     Type:  enhancement      |       Status:  new
 Priority:  normal           |    Milestone:  Unscheduled
Component:  - General        |      Version:  R1/Development
 Keywords:                   |   Blocked By:
 Blocking:  9460             |  Has a Patch:  0
 Platform:  All              |
-----------------------------+------------------------------
 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.

--
Ticket URL: <https://dev.haiku-os.org/ticket/12663>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts:

  • » [haiku-bugs] [Haiku] #12663: Silence warnings in exr translator to enable use of -Werror - MichaelCrawford