Opened 10 years ago

Closed 10 years ago

#7355 closed Bugs (fixed)

no newline at end of file

Reported by: habdank@… Owned by: John Maddock
Milestone: Boost 1.52.0 Component: math
Version: Boost 1.50.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 15924: from ../../../../externals/boost/math/special_functions/bessel.hpp:17no newline at end of file

Line 16217: ../../../../externals/boost/math/special_functions/hankel.hpp:178:32: warning: no newline at end of file Line 16223: ../../../../externals/boost/math/special_functions/hankel.hpp:178:32: warning: no newline at end of file Line 16229: ../../../../externals/boost/math/special_functions/hankel.hpp:178:32: warning: no newline at end of file Line 16235: ../../../../externals/boost/math/special_functions/hankel.hpp:178:32: warning: no newline at end of file Line 16241: ../../../../externals/boost/math/special_functions/hankel.hpp:178:32: warning: no newline at end of file Line 16247: ../../../../externals/boost/math/special_functions/hankel.hpp:178:32: warning: no newline at end of file Line 16253: ../../../../externals/boost/math/special_functions/hankel.hpp:178:32: warning: no newline at end of file Line 16259: ../../../../externals/boost/math/special_functions/hankel.hpp:178:32: warning: no newline at end of file

Change History (1)

comment:1 by John Maddock, 10 years ago

Milestone: To Be DeterminedBoost 1.52.0
Resolution: fixed
Status: newclosed

I believe this has already been fixed in SVN but missed the last release, will be fixed for 1.52.

Note: See TracTickets for help on using tickets.