devtools: allow warnings in ABI reference build
authorThomas Monjalon <thomas@monjalon.net>
Wed, 20 May 2020 09:52:25 +0000 (11:52 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 21 May 2020 13:41:49 +0000 (15:41 +0200)
commitef5391b7658b0ce9c0626bf3ecdc3db600e44c0e
tree25b5c72c662f4233f76848ba32871336e9f61009
parent666272d20da3deb1fb41051b9f91a46a8363f2b0
devtools: allow warnings in ABI reference build

There is no point in forcing warning-free compilation when building
an ABI reference. It is only preventing from compiling ABI reference
of old releases with recent compilers.

Note: DPDK 20.02 is built (with warnings) by GCC 10 if using -fcommon.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
devtools/test-build.sh
devtools/test-meson-builds.sh