WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
288500
Remove unused WebKit::WebExtensionSQLiteDatabase::m_lastErrorCode field
https://bugs.webkit.org/show_bug.cgi?id=288500
Summary
Remove unused WebKit::WebExtensionSQLiteDatabase::m_lastErrorCode field
David Kilzer (:ddkilzer)
Reported
2025-02-25 10:14:14 PST
Remove unused WebKit::WebExtensionSQLiteDatabase::m_lastErrorCode field. Newer versions of clang complain about the unused private field: Source/WebKit/Shared/Extensions/WebExtensionSQLiteDatabase.h:99:9: error: private field 'm_lastErrorCode' is not used [-Werror,-Wunused-private-field] 99 | int m_lastErrorCode; | ^ 1 error generated. Regressed in: Create a C++ implementation of WebExtensionSQLite classes
https://webkit.org/b/285893
<
rdar://problem/142853044
>
https://commits.webkit.org/289200@main
Attachments
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2025-02-25 10:16:16 PST
<
rdar://145510149
>
David Kilzer (:ddkilzer)
Comment 2
2025-02-25 10:18:57 PST
Pull request:
https://github.com/WebKit/WebKit/pull/41304
EWS
Comment 3
2025-02-25 12:53:30 PST
Committed
291045@main
(ddba6dc8ce80): <
https://commits.webkit.org/291045@main
> Reviewed commits have been landed. Closing PR #41304 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug