@@ -1415,6 +1415,8 @@ s! {
14151415 pub stack: [ u32 ; 8 ] ,
14161416 }
14171417
1418+ // FIXME(1.0): This should not implement `PartialEq`
1419+ #[ allow( unpredictable_function_pointer_comparisons) ]
14181420 pub struct GeCallbackData {
14191421 pub signal_func: Option <extern "C" fn ( id: i32 , arg: * mut c_void) >,
14201422 pub signal_arg: * mut c_void,
@@ -1537,6 +1539,8 @@ s! {
15371539 pub stack_mpid: SceUid ,
15381540 }
15391541
1542+ // FIXME(1.0): This should not implement `PartialEq`
1543+ #[ allow( unpredictable_function_pointer_comparisons) ]
15401544 pub struct SceKernelThreadInfo {
15411545 pub size: usize ,
15421546 pub name: [ u8 ; 32 ] ,
@@ -1611,6 +1615,8 @@ s! {
16111615 pub first_message: * mut c_void,
16121616 }
16131617
1618+ // FIXME(1.0): This should not implement `PartialEq`
1619+ #[ allow( unpredictable_function_pointer_comparisons) ]
16141620 pub struct SceKernelVTimerInfo {
16151621 pub size: usize ,
16161622 pub name: [ u8 ; 32 ] ,
@@ -1622,6 +1628,8 @@ s! {
16221628 pub common: * mut c_void,
16231629 }
16241630
1631+ // FIXME(1.0): This should not implement `PartialEq`
1632+ #[ allow( unpredictable_function_pointer_comparisons) ]
16251633 pub struct SceKernelThreadEventHandlerInfo {
16261634 pub size: usize ,
16271635 pub name: [ u8 ; 32 ] ,
@@ -1631,6 +1639,8 @@ s! {
16311639 pub common: * mut c_void,
16321640 }
16331641
1642+ // FIXME(1.0): This should not implement `PartialEq`
1643+ #[ allow( unpredictable_function_pointer_comparisons) ]
16341644 pub struct SceKernelAlarmInfo {
16351645 pub size: usize ,
16361646 pub schedule: SceKernelSysClock ,
@@ -1688,6 +1698,8 @@ s! {
16881698 pub size: usize ,
16891699 }
16901700
1701+ // FIXME(1.0): This should not implement `PartialEq`
1702+ #[ allow( unpredictable_function_pointer_comparisons) ]
16911703 pub struct SceKernelCallbackInfo {
16921704 pub size: usize ,
16931705 pub name: [ u8 ; 32usize ] ,
@@ -1787,6 +1799,8 @@ s! {
17871799 pub type_: UmdType ,
17881800 }
17891801
1802+ // FIXME(1.0): This should not implement `PartialEq`
1803+ #[ allow( unpredictable_function_pointer_comparisons) ]
17901804 pub struct SceMpegRingbuffer {
17911805 pub packets: i32 ,
17921806 pub unk0: u32 ,
0 commit comments