[Bf-blender-cvs] [a6ae53ef498] master: Fix strict compiler warning

Sergey Sharybin noreply at git.blender.org
Wed Jul 10 15:04:19 CEST 2019


Commit: a6ae53ef4984aa83903affb5f8d23bbf10852b9f
Author: Sergey Sharybin
Date:   Wed Jul 10 15:03:57 2019 +0200
Branches: master
https://developer.blender.org/rBa6ae53ef4984aa83903affb5f8d23bbf10852b9f

Fix strict compiler warning

===================================================================

M	source/blender/windowmanager/intern/wm_operators.c

===================================================================

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[];



More information about the Bf-blender-cvs mailing list