[LLVMbugs] [Bug 21129] New: clang-cl: cannot compile anything with /WX

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Oct 2 00:57:38 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=21129

            Bug ID: 21129
           Summary: clang-cl: cannot compile anything with /WX
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: marci_r at web.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

When compiling a Visual Studio project file, there are always "argument unused
during compilation" warnings. When warnings are treated as errors (/WX in
Visual Studio), those are treated as errors too.

With MSVC, such warnings are not compiler warnings but command-line warnings
and are never treated as errors. Is it possible to not treat them as errors
with clang-cl too?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141002/20df5029/attachment.html>


More information about the llvm-bugs mailing list