mirror of
				https://github.com/isar/libmdbx.git
				synced 2025-10-31 15:38:57 +08:00 
			
		
		
		
	mdbx: add mdbx_printf_args() macro.
Change-Id: I7fca72f8cc912d8644ecf149b755c78fb3cc7e23
This commit is contained in:
		| @@ -581,7 +581,7 @@ number_of_ovpages(const MDBX_env *env, size_t bytes) { | ||||
|   return bytes2pgno(env, PAGEHDRSZ - 1 + bytes) + 1; | ||||
| } | ||||
|  | ||||
| __cold static int __printf_args(2, 3) | ||||
| __cold static int mdbx_printf_args(2, 3) | ||||
|     bad_page(const MDBX_page *mp, const char *fmt, ...) { | ||||
|   if (mdbx_log_enabled(MDBX_LOG_ERROR)) { | ||||
|     static const MDBX_page *prev; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user