Skip to content

Commit

Permalink
No Issue - Silence unhelpful -Qspectre warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfbeast committed Feb 1, 2025
1 parent 848c453 commit 1421e32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions old-configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,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
Expand Down

0 comments on commit 1421e32

Please sign in to comment.