You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MSVC linker has a /WX option to treat linker warnings as errors. It may make sense for libavif to use the /WX linker option if the AVIF_ENABLE_WERROR cmake option is ON.
My only concern is that AVIF_ENABLE_WERROR is about treating compiler warnings as errors, so we are using it for a different (but related) purpose.
The text was updated successfully, but these errors were encountered:
The MSVC linker has a
/WX
option to treat linker warnings as errors. It may make sense for libavif to use the/WX
linker option if theAVIF_ENABLE_WERROR
cmake option is ON.My only concern is that
AVIF_ENABLE_WERROR
is about treating compiler warnings as errors, so we are using it for a different (but related) purpose.The text was updated successfully, but these errors were encountered: