mirror of
https://github.com/armink/FlashDB.git
synced 2026-08-17 09:01:46 +08:00
[tsdb] Fix armcc build warning.
This commit is contained in:
+1
-1
@@ -529,7 +529,7 @@ static bool query_count_cb(fdb_tsl_t tsl, void *arg)
|
||||
*/
|
||||
size_t fdb_tsl_query_count(fdb_tsdb_t db, fdb_time_t from, fdb_time_t to, fdb_tsl_status_t status)
|
||||
{
|
||||
struct query_count_args arg = { 0 };
|
||||
struct query_count_args arg = { FDB_TSL_UNUSED, 0 };
|
||||
|
||||
arg.status = status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user