mdbx: кавычки для предупреждения о дырявости RISC-V для совместимости.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2022-11-29 01:16:36 +03:00
parent 01a39e7dc2
commit b7734369a2

4
mdbx.h
View File

@ -77,10 +77,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#if 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, \
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 */
#ifdef _MSC_VER