-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch looks good to me. acked. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7dHAUACgkQrlYvE4MpobPCPACfchQenSgN8Qdyzr57LDgvlYYa TC0Anistx3K0hQHsVJRXFaAnXoODiTlD =zCMa -----END PGP SIGNATURE-----
>From 125280848a186c417a7a3d3d2d46274354e97c3e Mon Sep 17 00:00:00 2001 From: Eric Paris <eparis@xxxxxxxxxx> Date: Wed, 2 Nov 2011 16:22:28 -0400 Subject: [PATCH 23/48] checkpolicy: test: Makefile: include -W and -Werror Include the same error type options we build everything else with. Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> --- checkpolicy/test/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/checkpolicy/test/Makefile b/checkpolicy/test/Makefile index 65cf901..0731e89 100644 --- a/checkpolicy/test/Makefile +++ b/checkpolicy/test/Makefile @@ -6,7 +6,7 @@ BINDIR=$(PREFIX)/bin LIBDIR=$(PREFIX)/lib INCLUDEDIR ?= $(PREFIX)/include -CFLAGS ?= -g -Wall -O2 -pipe +CFLAGS ?= -g -Wall -W -Werror -O2 -pipe override CFLAGS += -I$(INCLUDEDIR) LDLIBS=-lfl -lselinux $(LIBDIR)/libsepol.a -L$(LIBDIR) -- 1.7.7.4