From a22bb7d1d08763b82a7998ceb3bcf768b2f7226b Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sat, 1 Feb 2025 21:44:24 +0100 Subject: [PATCH] No Issue - Silence unhelpful -Qspectre warnings. --- old-configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/old-configure.in b/old-configure.in index cfbb84727a..b6c8dbb82e 100644 --- a/old-configure.in +++ b/old-configure.in @@ -221,6 +221,9 @@ case "$target" in # 'noexcept' used with no exception handling mode specified; # termination on exception is not guaranteed. Specify /EHsc CXXFLAGS="$CXXFLAGS -wd4577" + + # Silence unhelpful -Qspectre warnings + CXXFLAGS="$CXXFLAGS -wd5045" if test -n "$WIN_UCRT_REDIST_DIR"; then if test ! -d "$WIN_UCRT_REDIST_DIR"; then