Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
table.c:195:7: warning: expression result unused [-Wunused-value]
if (TEXT_VALUE_LEN(VAR(2)) == 0) {
^~~~~~~~~~~~~~~~~~~~~~
table.c:28:27: note: expanded from macro 'TEXT_VALUE_LEN'
#define TEXT_VALUE_LEN(x) GRN_TEXT_VALUE(x), GRN_TEXT_LEN(x)
^
../../include/groonga.h:2205:29: note: expanded from macro 'GRN_TEXT_VALUE'
#define GRN_TEXT_VALUE(obj) GRN_BULK_HEAD(obj)
^
../../include/groonga.h:2077:19: note: expanded from macro 'GRN_BULK_HEAD'
? ((bulk)->u.b.head)\
~~~~~~~~~~~ ^~~~- Loading branch information