]> git.proxmox.com Git - mirror_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@diac24.net>
Thu, 25 Oct 2018 15:30:21 +0000 (17:30 +0200)
commite448a43b4b3ab7e66fae2456cda6d498414077dd
treef654df8b678323e7e3292e86eb567cba36423b3f
parent9eeccf822bbd3e1b14c1751f08819932204047e0
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