Bug 91612

Summary: IndexedDB: IDBLevelDBBackingStore compilation fails because of unused variable.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: WebCore Misc.Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: jsbell, nayankk, pfeldman, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch pfeldman: review+

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