Use -Werror for all kernel configure tests.
authorEtienne Dechamps <etienne@edechamps.fr>
Sun, 24 Feb 2013 12:42:28 +0000 (12:42 +0000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 24 Feb 2013 18:20:28 +0000 (10:20 -0800)
commitd75af3c0ebb4e31ece087aeecfeff282cb6f1361
tree6435d2801ea43ce7c4bed6b36d4d962deb3d2417
parent546c978bbd3f132a88609cab15ec0e954eaa62b8
Use -Werror for all kernel configure tests.

As a matter of fact, we're already using -Werror for most tests because
of a bug in kernel-bio-empty-barrier.m4 which sets -Werror without
reverting it afterwards. This meant that all tests which ran after this
one was using -Werror.

This patch simply makes it clear that we're using -Werror and makes
the code more readable and more predictable.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1317
config/kernel-bio-empty-barrier.m4
config/kernel-bio-end-io-t-args.m4
config/kernel-security-inode-init.m4
config/kernel.m4