]> git.puffer.fish Git - mirror/frr.git/commit
build: exclude deprecated decls from -Werror 15914/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 2 May 2024 20:07:24 +0000 (22:07 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 2 May 2024 20:07:24 +0000 (22:07 +0200)
commite509f30510db65b02673e2a75143a459dd0d2f30
treead3e22486f0d3db84e17925fc781c95c5486c9ad
parent54ea38819fbd383a27c17e39d1e1a1bce95bc266
build: exclude deprecated decls from -Werror

Other parts of the system can change (e.g. libc-ares), making things
deprecated, and then our build fails for no reason inside FRR.  This
shouldn't be an error.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac