Add missing field in initializer for rtree cache.
Fix a warning by -Wmissing-field-initializers.
This commit is contained in:
parent
9e39425bf1
commit
d60f3bac12
@ -26,7 +26,7 @@
|
|||||||
* Zero initializer required for tsd initialization only. Proper initialization
|
* Zero initializer required for tsd initialization only. Proper initialization
|
||||||
* done via rtree_ctx_data_init().
|
* done via rtree_ctx_data_init().
|
||||||
*/
|
*/
|
||||||
#define RTREE_CTX_ZERO_INITIALIZER {{{0}}}
|
#define RTREE_CTX_ZERO_INITIALIZER {{{0}}, {{0}}}
|
||||||
|
|
||||||
|
|
||||||
typedef struct rtree_leaf_elm_s rtree_leaf_elm_t;
|
typedef struct rtree_leaf_elm_s rtree_leaf_elm_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user