On some Linux kernel versions, the bpf compiler invoked in the functional tests will issue a -Wduplicate-decl-specifier
warning.
This seems harmless and should be fixed upstream in the Linux kernel.
Here, simply suppress it for now. Fixes https://github.com/bitcoin/bitcoin/issues/32322