Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-07-10 16:03:57 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-07-10 16:03:57 +0300
commita6ae53ef4984aa83903affb5f8d23bbf10852b9f (patch)
tree198d43402a83d749893ef4dd493678eda778bbad /source/blender/windowmanager
parent8d8ebc73b6668faddb1fa8d0bef678c611b5d535 (diff)
Fix strict compiler warning
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c2
1 files changed, 1 insertions, 1 deletions
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[];