mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
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 <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
36ea3e1ffe
commit
0d7197f925
@ -82,7 +82,7 @@ LINUX_KERNEL_BUILD=@LINUX_KERNEL_BUILD@
|
||||
<linux26 linux_26>
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user