rpmbuild had the above cflag enabled, but local builds didn't, resulting in missed warnings. Add it to my_CFLAGS in configure.ac
Cc: Dan Williams <[email protected]> Signed-off-by: Vishal Verma <[email protected]> --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 70ba360..9067b41 100644 --- a/configure.ac +++ b/configure.ac @@ -145,6 +145,7 @@ my_CFLAGS="\ -Wsign-compare \ -Wstrict-prototypes \ -Wtype-limits \ +-Wmaybe-uninitialized " AC_SUBST([my_CFLAGS]) -- 2.14.3 _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
