diff --git a/meson.build b/meson.build index 8583244a1..1d033b9a6 100644 --- a/meson.build +++ b/meson.build @@ -61,7 +61,7 @@ endif # These are for building libbpf and/or bpftool if meson.get_compiler('c').get_id() == 'gcc' - extra_args = ['-Wno-sign-compare', '-Wno-maybe-uninitialized'] + extra_args = ['-Wno-sign-compare', '-Wno-maybe-uninitialized', '-Wno-calloc-transposed-args'] else extra_args = [] endif