Closed
Bug 1862509
Opened 1 month ago
Closed 26 days ago
updater.cpp: extra ';' after member function definition
Categories
(Toolkit :: Application Update, task)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
121 Branch
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: astridwrub, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=C++])
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1862508 +++
Filling as a good first bug to learn workflows.
extra ';' after member function definition:
https://searchfox.org/mozilla-central/source/toolkit/mozapps/update/updater/updater.cpp#2856
As the change is trivial, it is just to learn how to contribute to Firefox.
https://clang.llvm.org/docs/DiagnosticsReference.html#wextra-semi
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
https://firefox-source-docs.mozilla.org/contributing/stack_quickref.html
Please don't ask for the bug to be assigned. It will be automatically assigned to the first patch.
Reporter | ||
Updated•1 month ago
|
Component: General → Application Update
Product: Core → Toolkit
Updated•27 days ago
|
Assignee: nobody → astridwrub
Status: NEW → ASSIGNED
Pushed by sledru@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/37f1ba157963 Removed extra ';' after member function definition r=sylvestre DONTBUILD
Comment 3•26 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 26 days ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•