www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - Warning?

↑ ↓ ← "Matthew Wilson" <dmd synesis.com.au> writes:
Walter

what do warnings such as:

frame_string_test\frame_string_test.cpp(90) : Warning 18: implied return of
basic_frame_string<char ,13,char_traits<char > >::assign at closing '}' does
not return value

actually mean.

(btw, line 90 is the end of file, two lines after the end of main(), which
returns 0)
Feb 07 2003
↑ ↓ → "Matthew Wilson" <dmd synesis.com.au> writes:
Forget it. Was having a Doh! moment. (blush)

"Matthew Wilson" <dmd synesis.com.au> wrote in message
news:b1vsdb$2sq8$1 digitaldaemon.com...
 Walter

 what do warnings such as:

 frame_string_test\frame_string_test.cpp(90) : Warning 18: implied return

 basic_frame_string<char ,13,char_traits<char > >::assign at closing '}'

 not return value

 actually mean.

 (btw, line 90 is the end of file, two lines after the end of main(), which
 returns 0)

Feb 07 2003