[PATCH] D122761: [scudo] Enable more warnings for standalone build

Dominic Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 17:17:03 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa2b0673dbe5d: [scudo] Enable more warnings for standalone build (authored by ddcc).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122761/new/

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.481798.patch
Type: text/x-patch
Size: 348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221210/2dbd693b/attachment.bin>


More information about the llvm-commits mailing list