瀏覽代碼

Add `void` to `run_colorspace_test()` function prototype

Petar Popovic 1 年之前
父節點
當前提交
6897385623
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/testyuv.c

+ 1 - 1
test/testyuv.c

@@ -239,7 +239,7 @@ done:
     return result;
 }
 
-static bool run_colorspace_test()
+static bool run_colorspace_test(void)
 {
     bool result = false;
     SDL_Window *window;