Closed
Bug 514368
Opened 16 years ago
Closed 16 years ago
nsAccelerometerCE.cpp causes build error with --enable-debug
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 513233
People
(Reporter: m_kato, Unassigned)
Details
Attachments
(1 file)
|
665 bytes,
patch
|
Details | Diff | Splinter Review |
latest mozilla-central for windows mobile causes the following build error with --enable-debug.
c:/Workspace/mozilla-hg/mozilla-wm6/widget/src/windows/nsAccelerometerCE.cpp(283
) : error C2065: 'mLibrary' : undeclared identifier
Attachment #398331 -
Flags: review?(doug.turner)
Comment 1•16 years ago
|
||
Thanks Makoto Kato. Do you think we should instead test against mSensor?
| Reporter | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> Thanks Makoto Kato. Do you think we should instead test against mSensor?
We should add assertion for mSensor due to twice call of Startup and memory leak.
Comment 3•16 years ago
|
||
I will fix it here:
https://bugzilla.mozilla.org/show_bug.cgi?id=513233#c24
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Comment 4•16 years ago
|
||
Comment on attachment 398331 [details] [diff] [review]
patch
landed as part of other bug.
Attachment #398331 -
Flags: review?(doug.turner)
You need to log in
before you can comment on or make changes to this bug.
Description
•