]> granicus.if.org Git - libevent/commit
Replace -Wswitch-enum with -Wswitch, and add it into cmake rules too
authorAzat Khuzhin <a3at.mail@gmail.com>
Wed, 9 Mar 2016 21:25:09 +0000 (00:25 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Wed, 9 Mar 2016 21:48:09 +0000 (00:48 +0300)
commitf29f59e8114bc038afae65ea9d6937cee8906f66
tree39dcd3c7e074f92d91c784a5437cad8beba269de
parent060e5a2d8d2371b96eb44a4dfc65b5e7d5496228
Replace -Wswitch-enum with -Wswitch, and add it into cmake rules too

According to https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html:
  -Wswitch-enum
  Warn whenever a switch statement has an index of enumerated type and lacks a
  case for one or more of the named codes of that enumeration. case labels
  outside the enumeration range also provoke warnings when this option is used.
  The only difference between -Wswitch and this option is that this option
  gives a warning about an omitted enumeration code even if there is a *default
  label*.
CMakeLists.txt
configure.ac