[libc-commits] [libc] [libc] [Task] Enable most libc disabled warnings (PR #122835)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Tue Jan 14 11:17:03 PST 2025
https://github.com/nickdesaulniers commented:
Thanks for the patch! Have you tested it with both GCC and clang?
It might be worthwhile to break this up into distinct PRs:
1. enable most warnings that dont require any fixes today.
2. for each new warning enabled that requires source fixes, submit a distinct PR
It looks like most of the fixes are -Wunused and -Wconversion?
https://github.com/llvm/llvm-project/pull/122835
More information about the libc-commits
mailing list