diff --git a/meson.build b/meson.build index 03702cf..8583244 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'] + extra_args = ['-Wno-sign-compare', '-Wno-maybe-uninitialized'] else extra_args = [] endif