libretro / bsnes2014

Libretro fork of bsnes. As close to upstream as possible.
GNU General Public License v3.0
9 stars 17 forks source link

Silence a -Wreturn-type warning #34

Closed orbea closed 7 years ago

orbea commented 7 years ago

Silences a -Wreturn-type warning with clang.

target-libretro/libretro.cpp:371:3: warning: control may reach end of non-void
      function [-Wreturn-type]
  }
  ^

Same fix as https://github.com/libretro/bsnes-mercury/pull/41