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

           Summary: "warning: cannot pass object of non-POD type 'char []'
                    through variadic function; call will abort at runtime"
                    suddenly appears
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


when compiling screen with clang I am suddenly getting this: 

screen.c:3577:36: warning: cannot pass object of non-POD type 'char []' through
variadic function; call will abort at runtime
     Panic(0, "Screen version %s", version);
                                   ^



this wasnt the case a week or so ago... I attached "ccc -E" produced version of
screen.c as a testcase


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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