From 47f10472a3615afe94a593cd22b03782f5ac40c1 Mon Sep 17 00:00:00 2001 From: Floris Kraak Date: Mon, 15 Jun 2009 08:54:02 +0300 Subject: [PATCH] --- yaml --- r: 154824 b: refs/heads/master c: a8735821d198675dd326cc5847e79df79c735119 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5d00d51395d2..c310c55f84e4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7a6b1f1c0c492a6bb6f778dff0f9f5facb90d1a1 +refs/heads/master: a8735821d198675dd326cc5847e79df79c735119 diff --git a/trunk/Makefile b/trunk/Makefile index d1216fea0c92..8fb9bfce212c 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -344,7 +344,8 @@ KBUILD_CPPFLAGS := -D__KERNEL__ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common \ - -Werror-implicit-function-declaration + -Werror-implicit-function-declaration \ + -Wno-format-security KBUILD_AFLAGS := -D__ASSEMBLY__ # Read KERNELRELEASE from include/config/kernel.release (if it exists)