Bug 91612 - IndexedDB: IDBLevelDBBackingStore compilation fails because of unused variable.
Summary: IndexedDB: IDBLevelDBBackingStore compilation fails because of unused variable.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
: 91619 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-07-18 03:48 PDT by Vsevolod Vlasov
Modified: 2012-07-18 05:32 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.75 KB, patch)
2012-07-18 03:51 PDT, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2012-07-18 03:48:57 PDT
chromeos-chrome-22.0.1211.0_alpha-r1: third_party/WebKit/Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.cpp: In member function 'virtual void WebCore::IDBLevelDBBackingStore::getObjectStores(int64_t, WTF::Vector<long long int>&, WTF::Vector<WTF::String>&, WTF::Vector<WebCore::IDBKeyPath>&, WTF::Vector<bool>&)':
chromeos-chrome-22.0.1211.0_alpha-r1: third_party/WebKit/Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.cpp:420:17: error: variable 'keyGeneratorCurrentNumber' set but not used [-Werror=unused-but-set-variable]
chromeos-chrome-22.0.1211.0_alpha-r1: cc1plus: all warnings being treated as errors
chromeos-chrome-22.0.1211.0_alpha-r1: make: *** [c/Release/obj.target/webcore_remaining/third_party/WebKit/Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.o] Error 1
chromeos-chrome-22.0.1211.0_alpha-r1: make: *** Waiting for unfinished jobs....
chromeos-chrome-22.0.1211.0_alpha-r1: emake failed

http://build.chromium.org/p/chromium.chromiumos/waterfall?builder=ChromiumOS%20%28x86%29
Comment 1 Vsevolod Vlasov 2012-07-18 03:51:08 PDT
Created attachment 152980 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-07-18 03:54:43 PDT
Committed r122942: <http://trac.webkit.org/changeset/122942>
Comment 3 Nayan Kumar K 2012-07-18 05:32:19 PDT
*** Bug 91619 has been marked as a duplicate of this bug. ***