Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#7354 closed Bugs (invalid)

no newline at end of file

Reported by: habdank@… Owned by: No-Maintainer
Milestone: To Be Determined Component: random
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

Dears,

Some Boost packages causes flood of warnings "no newline at end of file" on gcc compiler. As example:

Line 15899: from ../../../../externals/boost/random.hpp:52no newline at end of file,

Change History (4)

comment:1 by Marshall Clow, 10 years ago

I'm confused here; boost/random.hpp:52 is not the last line of the file. That line says:

#include <boost/random/generate_canonical.hpp>

which _does_ have a NL at the end of the file. Which file, specifically, does not have a NL?

comment:2 by habdank@…, 10 years ago

OK. I am sorry. Perhaps some other file on top had that, and compilation logs had mixed up.

comment:3 by Marshall Clow, 10 years ago

Resolution: invalid
Status: newclosed

I'm going to close this ticket. If you figure out which file in Boost.Random is causing this problem please re-open with more information.

comment:4 by habdank@…, 10 years ago

Agreed!

Note: See TracTickets for help on using tickets.