Closed
Bug 510310
Opened 15 years ago
Closed 15 years ago
elkhound fails to compile when build without -DNDEBUG
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cjones, Assigned: cjones)
Details
Attachments
(1 file)
1.43 KB,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
With the error:
ccache g++ -c -o cparse.o cparse.cc -g -Wall -Wno-deprecated -D__UNIX__ -D__LINUX__ -I../../smbase -I../../ast -I..
cparse.cc: In member function ‘void ParseEnv::declareClassTag(const char*)’:
cparse.cc:71: error: ‘endl’ was not declared in this scope
Just a trivial matter of a missing std:: qualification.
Assignee | ||
Comment 1•15 years ago
|
||
Also popped up in another place.
Attachment #394347 -
Flags: review?(tglek)
Updated•15 years ago
|
Attachment #394347 -
Flags: review?(tglek) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 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
•