mirror of
https://github.com/egor-white/zaprett.git
synced 2025-12-30 23:29:47 +05:00
suppress fucking C warnings
This commit is contained in:
@@ -11,6 +11,7 @@ fn main() {
|
||||
cc::Build::new()
|
||||
.file(NFQ.join("nfqws.c"))
|
||||
.include(&*NFQ)
|
||||
.flag("-w")
|
||||
.compile("libnfqws.a");
|
||||
|
||||
println!("cargo:rustc-link-lib=static=nfqws");
|
||||
|
||||
Reference in New Issue
Block a user