Detect additional problems and treat all warnings as errors so that they cannot be ignored.
Signed-off-by: Mark Rustad <[email protected]> --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index ffb53b9..8ae7e18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +AM_CPPFLAGS = -D_FORTIFY_SOURCE=2 +AM_CFLAGS = -Wall -Werror -Wformat=2 lib_LTLIBRARIES = libHBAAPI.la libHBAAPI_la_SOURCES = hbaapi.h vendorhbaapi.h nodist_libHBAAPI_la_SOURCES = hbaapilib.c _______________________________________________ fcoe-devel mailing list [email protected] http://lists.open-fcoe.org/mailman/listinfo/fcoe-devel
