commit a15d59013342360114ea6046e69aaca21e45e208
parent e7f3d89b953d8f01dc4e9e712916634919d4528d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 20 Nov 2018 15:40:46 +0100
Fix a GCC warning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/les2htcp.c b/src/les2htcp.c
@@ -266,7 +266,7 @@ struct var {
int id; /* NetCDF identifier */
int type; /* Variable type */
};
-static const struct var VAR_NULL = {0};
+static const struct var VAR_NULL = {{0}, 0, 0, 0};
static INLINE res_T
ncvar_real_inq