mirror of
				https://github.com/isar/libmdbx.git
				synced 2025-10-31 03:29:01 +08:00 
			
		
		
		
	mdbx: add stubs for __has_warning and __has_include.
Change-Id: Ic037a38d254e6d986b84a5bfd48106e43cf80320
This commit is contained in:
		| @@ -59,6 +59,14 @@ | ||||
| #   define __has_builtin(x) (0) | ||||
| #endif | ||||
|  | ||||
| #ifndef __has_warning | ||||
| #   define __has_warning(x) (0) | ||||
| #endif | ||||
|  | ||||
| #ifndef __has_include | ||||
| #   define __has_include(x) (0) | ||||
| #endif | ||||
|  | ||||
| #if __has_feature(thread_sanitizer) | ||||
| #   define __SANITIZE_THREAD__ 1 | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user