suppress fucking C warnings

This commit is contained in:
sqlerrorthing
2025-10-29 05:26:09 +08:00
parent db724d8667
commit 3b66cc8136

View File

@@ -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");