mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-23 10:20:22 +00:00
Merge pull request #297 from multics69/fix-build-error-release
meson: fix a build error for libbpf at release build
This commit is contained in:
commit
c9bfc5f98b
@ -61,7 +61,7 @@ endif
|
|||||||
# These are for building libbpf and/or bpftool
|
# These are for building libbpf and/or bpftool
|
||||||
|
|
||||||
if meson.get_compiler('c').get_id() == 'gcc'
|
if meson.get_compiler('c').get_id() == 'gcc'
|
||||||
extra_args = ['-Wno-sign-compare']
|
extra_args = ['-Wno-sign-compare', '-Wno-maybe-uninitialized']
|
||||||
else
|
else
|
||||||
extra_args = []
|
extra_args = []
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user