You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libmr_commands.c: In function ‘check_and_reply_on_error’:
libmr_commands.c:20:13: warning: format not a string literal and no format arguments [-Wformat-security]
20 | RedisModule_Log(rctx, "verbose", MR_ExecutionCtxGetError(eCtx, i));
| ^~~~~~~~~~~~~~~
rdb.c: In function ‘series_rdb_load’:
rdb.c:120:30: warning: ‘totalSamples’ may be used uninitialized in this function [-Wmaybe-uninitialized]
120 | series->totalSamples = totalSamples;
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
rdb.c:124:31: warning: ‘lastTimestamp’ may be used uninitialized in this function [-Wmaybe-uninitialized]
124 | series->lastTimestamp = lastTimestamp;
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
rdb.c:125:27: warning: ‘lastValue’ may be used uninitialized in this function [-Wmaybe-uninitialized]
125 | series->lastValue = lastValue;
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: