Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proc.c:1883:34: warning: variable 'key' is uninitialized when used here
[-Wuninitialized]
grn_id id = *(grn_id *)key;
~~~~~~~~~~~~~~~~~~~~~~~^~~~
../include/groonga.h:1041:82: note: expanded from macro 'GRN_TABLE_EACH'
...(grn_array *)(table), (head), (tail), (id), (value), block);\
^
../include/groonga.h:2734:7: note: expanded from macro 'GRN_ARRAY_EACH'
block\
^~~~~
proc.c:1880:18: note: initialize the variable 'key' to silence this warning
void *key;
^
= NULL- Loading branch information