Closed
Bug 1862514
Opened 2 years ago
Closed 2 years ago
NetlinkService.cpp: extra ';' after member function definition
Categories
(Core :: Networking, enhancement, P4)
Core
Networking
Tracking
()
RESOLVED
FIXED
121 Branch
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: knowlden887, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=C++][necko-triaged])
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1862512 +++
Filling as a good first bug to learn workflows.
extra ';' after member function definition:
https://searchfox.org/mozilla-central/source/netwerk/system/netlink/NetlinkService.cpp#183
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.
Updated•2 years ago
|
Severity: -- → S4
Type: task → enhancement
Priority: -- → P4
Whiteboard: [lang=C++] → [lang=C++][necko-triaged]
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → knowlden887
Status: NEW → ASSIGNED
Updated•2 years ago
|
Attachment #9362030 -
Attachment description: Bug 1862514 - Remove extra semicolon. r=sylvestre! → Bug 1862514 - Remove extra semicolon. r=sylvestre
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0aba561f96ce
Remove extra semicolon. r=sylvestre,necko-reviewers,jesup DONTBUILD
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years 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
•