[Webkit-unassigned] [Bug 91619] New: Build failure in IndexedDB.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 05:18:02 PDT 2012


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

           Summary: Build failure in IndexedDB.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nayankk at motorola.com


Due to https://bugs.webkit.org/show_bug.cgi?id=91456, we see following compilation error in chromium-linux release build with 4.6.3 version of gcc compiler.

../../third_party/WebKit/Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.cpp: In member function ‘virtual void WebCore::IDBLevelDBBackingStore::getObjectStores(int64_t, WTF::Vector<long int>&, WTF::Vector<WTF::String>&, WTF::Vector<WebCore::IDBKeyPath>&, WTF::Vector<bool>&)’:
../../third_party/WebKit/Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.cpp:422:21: error: unused variable ‘keyGeneratorCurrentNumber’ [-Werror=unused-variable]

ASSERT's are disabled in release build and hence this error.

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