mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	glib/gmacros: no_sanitize_address and ifunc fallbacks
Allow these to be checked for so that we can avoid compiler checks in various places.
This commit is contained in:
		@@ -190,6 +190,8 @@
 | 
			
		||||
#define g_macro__has_attribute_fallthrough G_GNUC_CHECK_VERSION (6, 0)
 | 
			
		||||
#define g_macro__has_attribute_may_alias G_GNUC_CHECK_VERSION (3, 3)
 | 
			
		||||
#define g_macro__has_attribute_warn_unused_result G_GNUC_CHECK_VERSION (3, 4)
 | 
			
		||||
#define g_macro__has_attribute_no_sanitize_address 0
 | 
			
		||||
#define g_macro__has_attribute_ifunc 0
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user