Closed
Bug 1862508
Opened 1 year ago
Closed 1 year ago
FdPrintf.cpp: extra ';' after member function definition
Categories
(Core :: Memory Allocator, task)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: akyl.sauranbai, 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/memory/build/FdPrintf.cpp#48
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 year ago
|
Component: Audio/Video → Memory Allocator
Updated•1 year ago
|
Assignee: nobody → akyl.sauranbai
Attachment #9365498 -
Attachment description: WIP: Bug 1862508 - FdPrintf.cpp: removed extra ; after member function → Bug 1862508 - FdPrintf.cpp: removed extra ; after member function definition. r=sylvestre
Status: NEW → ASSIGNED
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ab142037731a
FdPrintf.cpp: removed extra ; after member function definition. r=sylvestre DONTBUILD
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
•