runtime: silence unused variable warnings

This commit is contained in:
Sebastien Bourdeauducq 2016-12-09 19:23:06 +08:00
parent bc36bda94a
commit 4422b6902a
1 changed files with 1 additions and 1 deletions

View File

@ -182,4 +182,4 @@ pub fn log(timestamp: i64, data: &[u8]) {
}
#[cfg(not(has_rtio_log))]
pub fn log(timestamp: i64, data: &[u8]) {}
pub fn log(_timestamp: i64, _data: &[u8]) {}