[LLVMbugs] [Bug 14979] New: IntegersSubset.h gives warnings

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 17 00:22:26 PST 2013


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

             Bug #: 14979
           Summary: IntegersSubset.h gives warnings
           Product: new-bugs
           Version: 3.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rmann at latencyzero.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


A couple of warnings when building under Xcode 4.5.2 64-bit Cooca app:

/usr/local/llvm/include/llvm/Support/IntegersSubset.h:465:12: Implicit
conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to
'unsigned int'
/usr/local/llvm/include/llvm/Support/IntegersSubset.h:387:12: Implicit
conversion loses integer precision: 'size_type' (aka 'unsigned long') to
'unsigned int'

-- 
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.



More information about the llvm-bugs mailing list