snesrev / smw

Smw
https://discord.gg/AJJbJAzNNJ
Other
427 stars 42 forks source link

Update smw_05.c #24

Closed qurious-pixel closed 1 year ago

qurious-pixel commented 1 year ago

resolve Werror=implicit-int

Description

compile without suppression flag. CFLAGS="-Wno-implicit-int" make

Will this Pull Request break anything?

fixes error:

src/smw_05.c:1169:14: error: type defaults to ‘int’ in declaration of ‘kLevelTileAnimationsAddrs’ [-Werror=implicit-int]
 1169 | static const kLevelTileAnimationsAddrs[] = {
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~

Suggested Testing Steps

snesrev commented 1 year ago

Fixed in main.