Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db.c:6920:45: warning: variable 'p' is uninitialized when used here
[-Wuninitialized]
uint8_t *u = (uint8_t *)p;
^
db.c:6860:28: note: initialize the variable 'p' to silence this warning
const char *p;
^
= NULL- Loading branch information