A few misc updates. Add the -Wmaybe-uninitialized flag to configure, and fix the warnings it results in. Also in update.c, remove a new unnecessary if (cmd) - unref checks as unref already handles the NULL case.
Vishal Verma (3): ndctl, inject-smart: cleanup uninitialized variable warnings ndctl, update: fix uninitialized variable warnings ndctl, update: remove the check for !cmd when dereferencing it ndctl/inject-smart.c | 4 ++-- ndctl/update.c | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) -- 2.14.3 _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
