overlay coreos/config: Add a gcc15 workaround for net-analyzer/netperf

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
Krzesimir Nowak 2026-02-06 12:38:53 +01:00
parent 5a5c4e0df2
commit ab16ddb037

View File

@ -0,0 +1,5 @@
cros_pre_src_configure_gcc15_workaround() {
# nettest_bsd.c:4497:19: error: too many arguments to function 'alloc_sendfile_buf_ring'; expected 0, have 4
# TODO: drop once https://github.com/HewlettPackard/netperf/pull/86 is merged
append-cflags -std=gnu17
}