[PATCH] D122761: [scudo] Enable more warnings for standalone build
Dominic Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 30 14:27:07 PDT 2022
ddcc created this revision.
ddcc added a reviewer: vitalybuka.
Herald added a subscriber: mgorny.
Herald added a project: All.
ddcc requested review of this revision.
Herald added a project: Sanitizers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D122761
Files:
compiler-rt/lib/scudo/standalone/CMakeLists.txt
Index: compiler-rt/lib/scudo/standalone/CMakeLists.txt
===================================================================
--- compiler-rt/lib/scudo/standalone/CMakeLists.txt
+++ compiler-rt/lib/scudo/standalone/CMakeLists.txt
@@ -7,6 +7,8 @@
list(APPEND SCUDO_CFLAGS
-Werror=conversion
-Wall
+ -Wextra
+ -pedantic
-g
-nostdinc++)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122761.419268.patch
Type: text/x-patch
Size: 348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220330/6b479a89/attachment.bin>
More information about the llvm-commits
mailing list