Closed
Bug 816162
Opened 13 years ago
Closed 13 years ago
nsCycleCollectionTraversalCallback.h:62:49: warning: no newline at end of file
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
Details
Attachments
(1 file)
803 bytes,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
I get the following warning for just about every file I compile:
# clang++ ... layout/svg/SVGFEImageFrame.cpp
In file included from layout/svg/SVGFEImageFrame.cpp:7:
In file included from ../../dist/include/nsContentUtils.h:22:
In file included from ../../dist/include/nsNodeInfoManager.h:14:
In file included from ../../dist/include/nsCOMPtr.h:40:
In file included from ../../dist/include/nsCycleCollectionNoteChild.h:12:
../../dist/include/nsCycleCollectionTraversalCallback.h:62:49: warning: no newline at end of file [-pedantic,-Wnewline-eof]
#endif // nsCycleCollectionTraversalCallback_h__
^
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #686177 -
Flags: review?(bjacob)
Updated•13 years ago
|
Attachment #686177 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•