mirror of
https://gitflic.ru/project/erthink/libmdbx.git
synced 2025-01-26 10:06:07 +00:00
mdbx: fix minor unused parameter
warning.
This commit is contained in:
parent
489f7a3136
commit
b19ebf0c2e
@ -5494,6 +5494,7 @@ static __inline txnid_t meta_txnid(const MDBX_env *env, const MDBX_meta *meta,
|
||||
if (allow_volatile)
|
||||
return (a == b) ? a : 0;
|
||||
mdbx_assert(env, a == b);
|
||||
(void)env;
|
||||
return a;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user