Closed
Bug 1614148
Opened 5 years ago
Closed 5 years ago
WebGLContextValidate.cpp: unused variable ' kMinMaxColorAttachments'
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox75 fixed)
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: mbansal, 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.
unused variable ' kMinMaxColorAttachments':
https://searchfox.org/mozilla-central/source/dom/canvas/WebGLContextValidate.cpp#44
As the change is trivial, it is just to learn how to contribute to Firefox.
https://clang.llvm.org/docs/DiagnosticsReference.html#wunused-const-variable
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/tools/docs/contribute/how_to_contribute_firefox.html
Reporter | ||
Comment 2•5 years ago
|
||
Sure, please submit a patch!
Updated•5 years ago
|
Assignee: nobody → mbansal
Status: NEW → ASSIGNED
@Razvan Caliman Could you please suggest the changes that are needed for this ?
Sorry , I just accidentally wrote this comment here .
I apologise for this.
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7faec8e0996b
Removes unused variable 'kMinMaxColorAttachments' in WebGLContextValidate.cpp r=jgilbert
Comment 7•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•