From b7734369a2dd6e281502a36fbdb9baaec75589e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Tue, 29 Nov 2022 01:16:36 +0300 Subject: [PATCH] =?UTF-8?q?mdbx:=20=D0=BA=D0=B0=D0=B2=D1=8B=D1=87=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80=D0=B5=D0=B4=D1=83?= =?UTF-8?q?=D0=BF=D1=80=D0=B5=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BE?= =?UTF-8?q?=20=D0=B4=D1=8B=D1=80=D1=8F=D0=B2=D0=BE=D1=81=D1=82=D0=B8=20RIS?= =?UTF-8?q?C-V=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=BE=D0=B2=D0=BC=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdbx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mdbx.h b/mdbx.h index 98e8b494..b4d25f74 100644 --- a/mdbx.h +++ b/mdbx.h @@ -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