Closed
Bug 766666
Opened 13 years ago
Closed 13 years ago
GLContext.cpp:2955:14: error: variable ‘found’ set but not used [-Werror=unused-but-set-variable]
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
704 bytes,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
In my m-c build with GCC 4.6 and --enable-warnings-as-errors:
{
GLContext.cpp:2955:14: error: variable ‘found’ set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
}
(Looks like this warning already existed, but its directory is now included in the "FAIL_ON_WARNINGS" umbrella as of bug 765989. (And GCC 4.6 is newer & has a few more warnings than our builders' GCC versions, which is why this didn't cause trouble on TBPL.)
| Assignee | ||
Comment 1•13 years ago
|
||
(Looks like bug 705665 removed the last usage of this variable, FWIW -- so that's when this warning appeared.)
Blocks: 705665
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #635001 -
Flags: review?(bjacob)
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Updated•13 years ago
|
Attachment #635001 -
Flags: review?(bjacob) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Target Milestone: --- → mozilla16
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•