mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 11:30:22 +00:00
scx_utils: Fix build args
Fix args to bpf_builder, existing warnings display for "-Wno-compare-distinct-pointer-types'". Signed-off-by: Daniel Hodges <hodges.daniel.scott@gmail.com>
This commit is contained in:
parent
0197649af5
commit
459ed82e6c
@ -338,7 +338,7 @@ impl BpfBuilder {
|
||||
|
||||
// Assemble cflags.
|
||||
let mut cflags: Vec<String> =
|
||||
["-g", "-O2", "-Wall", "-Wno-compare-distinct-pointer-types'"]
|
||||
["-g", "-O2", "-Wall", "-Wno-compare-distinct-pointer-types"]
|
||||
.into_iter()
|
||||
.map(|x| x.into())
|
||||
.collect();
|
||||
|
Loading…
Reference in New Issue
Block a user