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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to