Linux: Remove prototype warning inhibition
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Sun, 25 Apr 2010 10:31:36 +0000 (11:31 +0100)
committerDerrick Brashear <shadow@dementia.org>
Mon, 26 Apr 2010 02:05:19 +0000 (19:05 -0700)
commit0d7197f92517446be422150e32e0e07118a88271
tree602de4e02ab5fa5f4728c825b5579ec304ff07de
parent36ea3e1ffe3fb7fc625cdb9cdca2d98ce8297a2b
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>
src/libafs/MakefileProto.LINUX.in