File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ ignore = [
62
62
" GLib.SIZEOF_VOID_P" ,
63
63
" GLib.VA_COPY_AS_ARRAY" ,
64
64
" GLib.VERSION_MIN_REQUIRED" ,
65
+ " GLib.macro__has_attribute_ifunc" ,
66
+ " GLib.macro__has_attribute_no_sanitize_address" ,
65
67
]
66
68
67
69
[[object ]]
Original file line number Diff line number Diff line change @@ -804,8 +804,6 @@ pub const G_URI_RESERVED_CHARS_GENERIC_DELIMITERS: &[u8] = b":/?#[]@\0";
804
804
pub const G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS : & [ u8 ] = b"!$&'()*+,;=\0 " ;
805
805
pub const G_USEC_PER_SEC : c_int = 1000000 ;
806
806
pub const G_WIN32_MSG_HANDLE : c_int = 19981206 ;
807
- pub const g_macro__has_attribute_ifunc: c_int = 0 ;
808
- pub const g_macro__has_attribute_no_sanitize_address: c_int = 0 ;
809
807
810
808
// Flags
811
809
pub type GAsciiType = c_uint ;
Original file line number Diff line number Diff line change @@ -1883,6 +1883,4 @@ const RUST_CONSTANTS: &[(&str, &str)] = &[
1883
1883
) ,
1884
1884
( "(gint) G_VARIANT_PARSE_ERROR_VALUE_EXPECTED" , "17" ) ,
1885
1885
( "G_WIN32_MSG_HANDLE" , "19981206" ) ,
1886
- ( "g_macro__has_attribute_ifunc" , "0" ) ,
1887
- ( "g_macro__has_attribute_no_sanitize_address" , "0" ) ,
1888
1886
] ;
Original file line number Diff line number Diff line change @@ -858,7 +858,5 @@ int main() {
858
858
PRINT_CONSTANT ((gint ) G_VARIANT_PARSE_ERROR_UNTERMINATED_STRING_CONSTANT );
859
859
PRINT_CONSTANT ((gint ) G_VARIANT_PARSE_ERROR_VALUE_EXPECTED );
860
860
PRINT_CONSTANT (G_WIN32_MSG_HANDLE );
861
- PRINT_CONSTANT (g_macro__has_attribute_ifunc );
862
- PRINT_CONSTANT (g_macro__has_attribute_no_sanitize_address );
863
861
return 0 ;
864
862
}
You can’t perform that action at this time.
0 commit comments