mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-23 02:11:48 +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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user