mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
No Issue - Silence unhelpful -Qspectre warnings.
This commit is contained in:
parent
511449e134
commit
a22bb7d1d0
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue