[Webkit-unassigned] [Bug 118233] New: Fix cast-align warnings in WebCore/Modules/indexeddb/IDBLevelDBCoding.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 1 03:02:57 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118233

           Summary: Fix cast-align warnings in
                    WebCore/Modules/indexeddb/IDBLevelDBCoding.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


/home/oszi/WebKit/Source/WebCore/Modules/indexeddb/IDBLevelDBCoding.cpp:302:53: warning: cast from 'char*' to 'UChar* {aka short unsigned int*}' increases required alignment of target type [-Wcast-align]
/home/oszi/WebKit/Source/WebCore/Modules/indexeddb/IDBLevelDBCoding.cpp:318:60: warning: cast from 'const char*' to 'const UChar* {aka const short unsigned int*}' increases required alignment of target type [-Wcast-align]

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list