Suppress warnings in compiletest

This commit is contained in:
Marijn Haverbeke 2012-02-08 10:42:33 +01:00
parent 0547d0cc5b
commit 8ffd6e4e8a

View file

@ -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
}