libretro / libretro-2048

Port of 2048 puzzle game to the libretro API. http://gabrielecirulli.github.io/2048/
The Unlicense
17 stars 30 forks source link

Remove both warnings from 2048 #13

Closed knghtbrd closed 9 years ago

knghtbrd commented 9 years ago

I get two warnings from 2048. I like 2048. It's a very simple, fun puzzle. And the version in libretro is damned nearly a hello world for the libretro API, or it would be if we allowed it to become a deep fork and removed the dependency cruft. :)

But it generates two big warnings for me that clang explains in its usual exhaustive and surprisingly mostly helpful way. They're trivial; I've fixed them.