Closed mathbunnyru closed 4 days ago
I think we can now enable -Werror flag relatively easily when building with GCC, Clang and AppleClang.
-Werror
I tested locally on my M2 Mac with the following compilers:
Apple clang version 16.0.0 (clang-1600.0.26.4)
clang version 17.0.6
gcc-14 (Homebrew GCC 14.2.0_1) 14.2.0
In some places I turned errors back to warnings, in some - disabled, I will explain choices using commenting.
Fix: https://github.com/mamba-org/mamba/issues/3542
@jjerphan @Klaim I think I fixed all the comments (and a bit more), so please, take a look.
I think we can now enable
-Werror
flag relatively easily when building with GCC, Clang and AppleClang.I tested locally on my M2 Mac with the following compilers:
Apple clang version 16.0.0 (clang-1600.0.26.4)
clang version 17.0.6
gcc-14 (Homebrew GCC 14.2.0_1) 14.2.0
In some places I turned errors back to warnings, in some - disabled, I will explain choices using commenting.
Fix: https://github.com/mamba-org/mamba/issues/3542