File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1382,15 +1382,18 @@ s_paren! {
1382
1382
pub struct SceUid ( pub i32 ) ;
1383
1383
1384
1384
#[ repr( transparent) ]
1385
+ #[ allow( dead_code) ]
1385
1386
pub struct SceMpeg ( * mut * mut c_void) ;
1386
1387
1387
1388
#[ repr( transparent) ]
1389
+ #[ allow( dead_code) ]
1388
1390
pub struct SceMpegStream ( * mut c_void) ;
1389
1391
1390
1392
#[ repr( transparent) ]
1391
1393
pub struct Mp3Handle ( pub i32 ) ;
1392
1394
1393
1395
#[ repr( transparent) ]
1396
+ #[ allow( dead_code) ]
1394
1397
pub struct RegHandle ( u32 ) ;
1395
1398
}
1396
1399
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ s_paren! {
65
65
// in wasi-libc clockid_t is const struct __clockid* (where __clockid is an opaque struct),
66
66
// but that's an implementation detail that we don't want to have to deal with
67
67
#[ repr( transparent) ]
68
+ #[ allow( dead_code) ]
68
69
pub struct clockid_t( * const u8 ) ;
69
70
}
70
71
You can’t perform that action at this time.
0 commit comments