From 21735accf89606c54d9150eacb2852a9f42fd9e2 Mon Sep 17 00:00:00 2001 From: Bas Westerbaan Date: Tue, 30 Sep 2025 11:56:56 +0200 Subject: [PATCH] pq: fix MSVC C4146 warning --- boring-sys/patches/boring-pq.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boring-sys/patches/boring-pq.patch b/boring-sys/patches/boring-pq.patch index fb5df8b9..1f13962a 100644 --- a/boring-sys/patches/boring-pq.patch +++ b/boring-sys/patches/boring-pq.patch @@ -503,7 +503,7 @@ index d3ea02090..ccb5b3d9b 100644 + for(i=0;i> 63; ++ return (0-(uint64_t)r) >> 63; +} + +/*************************************************