MediaTransportHandler.cpp: redundant string initialization
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Tracking
(firefox78 fixed)
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: chris.cushman, 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 #1629421 +++
Filling as a good first bug to learn workflows.
std::string alpnDefault = "";
= ""; isn't useful
As the change is trivial, it is just to learn how to contribute to Firefox.
Found by http://clang.llvm.org/extra/clang-tidy/checks/readability-container-size-empty.html
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/tools/docs/contribute/how_to_contribute_firefox.html
Please don't ask for the bug to be assigned. It will be automatically assigned to the first patch.
Also, please only work on two max of such bugs.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Try run here: https://treeherder.mozilla.org/#/jobs?repo=try&revision=bffe0734ac4e3bee4d88a1ffa2a217d7d361ad0d
Setting needinfo for me to follow up and land if it looks green.
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Try run is fine, waiting on a typo fix in the commit message before this can land.
Updated•4 years ago
|
Comment 5•4 years ago
|
||
bugherder |
Updated•2 years ago
|
Description
•