On Wed, 3 Feb 1999, Robert Harley wrote:

> g++ -c -g -O2 -I. -I. -I../images   -I/usr/X11R6/include FileInfo.C 
> FileInfo.C: In method `time_t & FileInfo::getModificationTime()':
> FileInfo.C:287: warning: initializing non-const `time_t &' with `long unsigned int' 
>will use a temporary
> FileInfo.C:287: warning: returning reference to temporary

getModificationTime shouldn't be returning a reference to a time_t anyhow,
surely?

Tim.
*/

Reply via email to