From a6ae53ef4984aa83903affb5f8d23bbf10852b9f Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 10 Jul 2019 15:03:57 +0200 Subject: Fix strict compiler warning --- source/blender/windowmanager/intern/wm_operators.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c index f2573e84cb9..54eef4540c1 100644 --- a/source/blender/windowmanager/intern/wm_operators.c +++ b/source/blender/windowmanager/intern/wm_operators.c @@ -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[]; -- cgit v1.2.3