From 9212de89c1cb18f29e321048be5adf84b3ccca7a Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 30 Dec 2025 23:08:12 +0100 Subject: [PATCH] MSVC: add /UndefIntOverflow- --- builds/msvc/properties/Common.props | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/builds/msvc/properties/Common.props b/builds/msvc/properties/Common.props index 72588d6e..17b42843 100644 --- a/builds/msvc/properties/Common.props +++ b/builds/msvc/properties/Common.props @@ -18,4 +18,10 @@ + + + /UndefIntOverflow- %(AdditionalOptions) + + + \ No newline at end of file