diff --git a/postproc/swscale.c b/postproc/swscale.c index 2b0d585b1a..e4537f7bf2 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -1375,7 +1375,7 @@ static void initMMX2HScaler(int dstW, int xInc, uint8_t *funnyCode, int16_t *fil } #endif // ARCH_X86 || ARCH_X86_64 -static void globalInit(){ +static void globalInit(void){ // generating tables: int i; for(i=0; i<768; i++){