It is common kernel practice to do pointer arithmetic on (void *). Drop this warning for ndctl.
Signed-off-by: Dan Williams <[email protected]> --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6dca96eda395..4737cfff77f2 100644 --- a/configure.ac +++ b/configure.ac @@ -207,7 +207,6 @@ my_CFLAGS="\ -Wmissing-declarations \ -Wmissing-prototypes \ -Wnested-externs \ --Wpointer-arith \ -Wshadow \ -Wsign-compare \ -Wstrict-prototypes \ _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
