mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
043977474e
cores/libretro-imageviewer/image_core.c:75:59: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] static const char* IMAGE_CORE_PREFIX(valid_extensions) = 1+ /* to remove the first |, the alternative is 25 extra lines of ifdef/etc */ ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cores/libretro-imageviewer/image_core.c:75:59: note: use array indexing to silence this warning 1 warning generated.