From: Jory A. Pratt Updated patch for kernel 2.6.32 The credits/description from the original version of this patch remain accurate and are included below. --- From: Gordon Malm Updated patch for kernel series 2.6.24. The credits/description from the original version of this patch remain accurate and are included below. --- From: Alexander Gabert This patch removes the warnings introduced by grsec patch 2.1.9 and later. It removes the -W options added by the patch and restores the original warning flags of vanilla kernel versions. Acked-by: Christian Heim --- --- a/Makefile 2009-07-29 05:34:01.695857499 +0100 +++ b/Makefile 2009-07-29 05:58:15.098857201 +0100 @@ -232,7 +232,7 @@ HOSTCC = gcc HOSTCXX = g++ -HOSTCFLAGS = -Wall -W -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks +HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks HOSTCXXFLAGS = -O2 -fno-delete-null-pointer-checks # Decide whether to build built-in, modular, or both.