mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 03:24:13 +08:00
mdbx: fix pure
attribute for mdbx_key_from_ptrfloat().
Change-Id: I0403aced54d1ecad83079696c01ab3e0813691b0
This commit is contained in:
parent
0c6cecaacb
commit
8707fb89f3
2
mdbx.h
2
mdbx.h
@ -2891,7 +2891,7 @@ mdbx_key_from_ptrdouble(const double *const ieee754_64bit);
|
||||
__nothrow_const_function LIBMDBX_API uint32_t
|
||||
mdbx_key_from_float(const float ieee754_32bit);
|
||||
|
||||
__nothrow_const_function LIBMDBX_API uint32_t
|
||||
__nothrow_pure_function LIBMDBX_API uint32_t
|
||||
mdbx_key_from_ptrfloat(const float *const ieee754_32bit);
|
||||
|
||||
__nothrow_const_function __inline uint64_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user