Closed
Bug 1862511
Opened 1 year ago
Closed 1 year ago
TimeStamp.cpp: extra ';' after member function definition
Categories
(Core :: mozglue, task)
Core
mozglue
Tracking
()
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: matthewnewall, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=C++])
Attachments
(1 file)
Filling as a good first bug to learn workflows.
extra ';' after member function definition:
https://searchfox.org/mozilla-central/source/mozglue/misc/TimeStamp.cpp#41
and
https://searchfox.org/mozilla-central/source/mozglue/misc/TimeStamp.cpp#43
As the changes are 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.
Updated•1 year ago
|
Component: Memory Allocator → mozglue
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → matthewnewall
Status: NEW → ASSIGNED
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/b675f0a9e569
Removed extra semicolons. r=glandium
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•