Closed
Bug 1392594
Opened 9 years ago
Closed 9 years ago
Warning as Error in MinGW build: unusued variable in VolatileBufferWindows.cpp
Categories
(Core :: Memory Allocator, enhancement)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
References
Details
(Whiteboard: [tor])
Attachments
(1 file)
No description provided.
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•9 years ago
|
||
| Assignee | ||
Comment 3•9 years ago
|
||
Actually we need an opt try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=33c8bc8343e019eafd5988233fec6c18fa69a218
Comment 4•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8899811 [details]
Bug 1392594 Make variable DebugOnly to address unused variable warning
https://reviewboard.mozilla.org/r/171136/#review177702
::: memory/volatile/VolatileBufferWindows.cpp:124
(Diff revision 1)
> mBuf,
> mSize,
> MEM_RESET,
> PAGE_READWRITE);
Please realign.
Attachment #8899811 -
Flags: review?(mh+mozilla)
| Comment hidden (mozreview-request) |
Comment 6•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8899811 [details]
Bug 1392594 Make variable DebugOnly to address unused variable warning
https://reviewboard.mozilla.org/r/171136/#review177756
Attachment #8899811 -
Flags: review?(mh+mozilla) → review+
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/a8e0f1bade08
Make variable DebugOnly to address unused variable warning r=glandium
Keywords: checkin-needed
Comment 8•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•