]> git.puffer.fish Git - matthieu/frr.git/commit
build: -Werror does not belong in AM_CPPFLAGS
authorDavid Lamparter <equinox@diac24.net>
Sat, 18 Aug 2018 03:08:19 +0000 (05:08 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 30 Aug 2018 06:06:44 +0000 (08:06 +0200)
commite0597bb2a58b26876f89d24852fd1e037c6cf64d
tree0c589e484344507efe40d889f86e71b04e73b1f1
parente3863245308814196e8c236b4cce9c227b2ef460
build: -Werror does not belong in AM_CPPFLAGS

(probably neither do the ASAN/... FLAGS, but let's leave that alone.)

Also, it was intentional that it's $(WERROR) and not @WERROR@.  The
former can be overwritten at comandline as "make WERROR=" while the
latter can't.

Signed-off-by: David Lamparter <equinox@diac24.net>
common.am