Remove -Werror from the Makefile: as it happened with asprintf, it
authorreyk <reyk@openbsd.org>
Wed, 3 Jun 2015 19:57:53 +0000 (19:57 +0000)
committerreyk <reyk@openbsd.org>
Wed, 3 Jun 2015 19:57:53 +0000 (19:57 +0000)
commit702327dfbdb9cfcf83343781289560d5d09e7ec6
tree1ca4b749b64719533b7927a71558c25a40f0cd0f
parentc39b94d2525917335b1a16a333b3891b5fb0b7d9
Remove -Werror from the Makefile: as it happened with asprintf, it
breaks the tree if any new compiler warnings get enabled, especially
with -Wall.  We do not want to use it in the tree, except for some
very special places.

As discussed with deraadt@
lib/libfuse/Makefile