Cleanup: fix compiler warnings.

This commit is contained in:
2019-03-16 19:48:28 +01:00
parent ad390f514b
commit b9af4efe41
13 changed files with 15 additions and 14 deletions

View File

@@ -66,7 +66,7 @@ typedef struct BASIC_Shaders {
static struct {
BASIC_Shaders sh_data[GPU_SHADER_CFG_LEN];
} e_data = {NULL}; /* Engine data */
} e_data = {{{NULL}}}; /* Engine data */
typedef struct BASIC_PrivateData {
DRWShadingGroup *depth_shgrp;