mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-28 03:10:19 +08:00
runtime: silence unused variable warnings
This commit is contained in:
parent
bc36bda94a
commit
4422b6902a
@ -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]) {}
|
||||
|
Loading…
Reference in New Issue
Block a user