Fix strict compiler warning

This commit is contained in:
Sergey Sharybin
2019-07-10 15:03:57 +02:00
parent 8d8ebc73b6
commit a6ae53ef49

View File

@@ -1562,7 +1562,7 @@ static void wm_block_splash_add_labels(uiBlock *block, int x, int y)
#endif /* WITH_BUILDINFO */
}
static ImBuf *wm_block_splash_image()
static ImBuf *wm_block_splash_image(void)
{
#ifndef WITH_HEADLESS
extern char datatoc_splash_png[];