Suppress warnings in compiletest
This commit is contained in:
parent
0547d0cc5b
commit
8ffd6e4e8a
@ -26,7 +26,7 @@ fn target_env(lib_path: str, prog: str) -> option<[(str,str)]> {
|
||||
#[cfg(target_os = "linux")]
|
||||
#[cfg(target_os = "macos")]
|
||||
#[cfg(target_os = "freebsd")]
|
||||
fn target_env(lib_path: str, prog: str) -> option<[(str,str)]> {
|
||||
fn target_env(_lib_path: str, _prog: str) -> option<[(str,str)]> {
|
||||
none
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user