From 0d7197f92517446be422150e32e0e07118a88271 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sun, 25 Apr 2010 11:31:36 +0100 Subject: [PATCH] Linux: Remove prototype warning inhibition The Linux kernel builds used to add -Wno-strict-prototypes to the CFLAGS. Now that we've got prototypes for pretty much everything, remove this line so we can see any real warnings that might occur. Change-Id: I71b97bd3d19259f6ec6a55cfe095f5f4bf1ab78f Reviewed-on: http://gerrit.openafs.org/1830 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/libafs/MakefileProto.LINUX.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libafs/MakefileProto.LINUX.in b/src/libafs/MakefileProto.LINUX.in index 773fdd18de..e3d93691db 100644 --- a/src/libafs/MakefileProto.LINUX.in +++ b/src/libafs/MakefileProto.LINUX.in @@ -82,7 +82,7 @@ LINUX_KERNEL_BUILD=@LINUX_KERNEL_BUILD@ # All the platform-specific and kernel-related things are provided by # the kernel build system. So we should _not_ use COMMON_KERN_CFLAGS! -CCFLAGS = -Wno-strict-prototypes +CCFLAGS = DEFINES = $(COMMON_DEFINES) # CFLAGS_* and AFLAGS_* will be copied into the kbuild makefile