Skip to content

Commit ddeab6d

Browse files
committed
Fix a compilation warning with zephyr due to unused consts (may be used at application level)
1 parent a3701d9 commit ddeab6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/newlib/zephyr/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(dead_code)]
2+
13
pub type c_char = i8;
24
pub type c_long = i32;
35
pub type c_ulong = u32;

0 commit comments

Comments
 (0)