Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db-ctl-base: Fix compilation warnings.
This commit fixes uninitialized variable warnings in functions cmd_create() and cmd_get() when compiling with gcc 6.3.1 and -Werror by initializing variables 'symbol' and 'new' to NULL. Cc: Alex Wang <[email protected]> Fixes: 07ff77c ("db-ctl-base: Make common database command code into library.") Signed-off-by: Ian Stokes <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information