mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
C89_BUILD=1 build fix
libretro-common/audio/resampler/drivers/sinc_resampler.c:59:23: error: comma at end of enumerator list [-Werror=pedantic] SINC_WINDOW_LANCZOS, ^ cc1: some warnings being treated as errors make: *** [Makefile:164: obj-unix/./libretro-common/audio/resampler/drivers/sinc_resampler.o] Error 1
This commit is contained in:
parent
a74ef2214d
commit
d7c9ca08cc
@ -56,7 +56,7 @@ enum sinc_window
|
||||
{
|
||||
SINC_WINDOW_NONE = 0,
|
||||
SINC_WINDOW_KAISER,
|
||||
SINC_WINDOW_LANCZOS,
|
||||
SINC_WINDOW_LANCZOS
|
||||
};
|
||||
|
||||
/* For the little amount of taps we're using,
|
||||
|
Loading…
x
Reference in New Issue
Block a user