Skip to content

Commit 8ffd6e4

Browse files
committed
Suppress warnings in compiletest
1 parent 0547d0c commit 8ffd6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiletest/procsrv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn target_env(lib_path: str, prog: str) -> option<[(str,str)]> {
2626
#[cfg(target_os = "linux")]
2727
#[cfg(target_os = "macos")]
2828
#[cfg(target_os = "freebsd")]
29-
fn target_env(lib_path: str, prog: str) -> option<[(str,str)]> {
29+
fn target_env(_lib_path: str, _prog: str) -> option<[(str,str)]> {
3030
none
3131
}
3232

0 commit comments

Comments
 (0)