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>2018-09-28 10:46:12 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-09-28 10:46:12 +0300
commit81f68bbba1951595f0569af18d052a9b45681434 (patch)
tree2254ba1a85a5fb361ca3ac0b822c3fda236e7112 /source/blender/windowmanager/intern/wm_files.c
parentbd267b0332d900fe5e9c6248abe158e00598f24d (diff)
Fix compilation errors and warnings with Clang-6
Diffstat (limited to 'source/blender/windowmanager/intern/wm_files.c')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 38e2d6d21ee..796103677bf 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -641,7 +641,7 @@ bool WM_file_read(bContext *C, const char *filepath, ReportList *reports)
struct {
char app_template[64];
bool override;
-} wm_init_state_app_template = {0};
+} wm_init_state_app_template = {{0}};
/**
* Used for setting app-template from the command line: