]> arthur.barton.de Git - bup.git/commit - Makefile
Makefile: avoid using -Werror with clang for now.
authorRob Browning <rlb@defaultvalue.org>
Sun, 10 Nov 2013 20:11:44 +0000 (14:11 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 10 Nov 2013 21:59:09 +0000 (15:59 -0600)
commit3fdd538a22eae6681df3a59c116f78c237c9ecc7
treed482924e25b8bfdfb40a716b0a65f6c03f06a7f2
parente4856062272d3f08466bcd72be840b1a160bdac1
Makefile: avoid using -Werror with clang for now.

Apparently the default compiler on OS X and FreeBSD is now clang, and
it doesn't like our CHECK_VALUE_FITS() definition.  So for now, just
don't specify -Werror when we detect clang.

Thanks to Alexander Barton <alex@barton.de>, Thomas Klausner
<tk@giga.or.at>, Sebastian Schumb <sebastian@sebastians-site.de>, and
Zoran Zaric <zz@zoranzaric.de> for reporting the problem.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Alexander Barton <alex@barton.de>
Makefile