Skip to content

Commit 0a18afd

Browse files
remove allow warnings
1 parent 8b4a9a9 commit 0a18afd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hts-sys/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ fn main() {
7777
}
7878

7979
let tool = cfg.get_compiler();
80-
#[allow(unused_variables)]
8180
let (cc_path, cflags_env) = (tool.path(), tool.cflags_env());
82-
#[allow(unused_variables)]
8381
let cc_cflags = cflags_env.to_string_lossy().replace("-O0", "");
8482
if !Command::new("autoheader")
8583
.current_dir(out.join("htslib"))

0 commit comments

Comments
 (0)