[libc-commits] [PATCH] D119183: [libc][Obvious] Suppress unused-variable warnings from syscall_unittest.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Feb 7 13:14:35 PST 2022


sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/test/src/__support/OSUtil/linux/x86_64/CMakeLists.txt:8
+  COMPILE_OPTIONS
+    -Wno-unused-variable
 )
----------------
Add a comment here as to why this is present.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119183



More information about the libc-commits mailing list