mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
mdbx: кавычки для предупреждения о дырявости RISC-V для совместимости.
This commit is contained in:
parent
01a39e7dc2
commit
b7734369a2
4
mdbx.h
4
mdbx.h
@ -77,10 +77,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||||||
|
|
||||||
#if defined(__riscv) || defined(__riscv__) || defined(__RISCV) || \
|
#if defined(__riscv) || defined(__riscv__) || defined(__RISCV) || \
|
||||||
defined(__RISCV__)
|
defined(__RISCV__)
|
||||||
#warning The RISC-V architecture is intentionally insecure by design. \
|
#warning "The RISC-V architecture is intentionally insecure by design. \
|
||||||
Please delete this admonition at your own risk, \
|
Please delete this admonition at your own risk, \
|
||||||
if you make such decision informed and consciously. \
|
if you make such decision informed and consciously. \
|
||||||
Refer to https://clck.ru/32d9xH for more information.
|
Refer to https://clck.ru/32d9xH for more information."
|
||||||
#endif /* RISC-V */
|
#endif /* RISC-V */
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user