octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

removing some warning in src/oct-obj.h


From: John W. Eaton
Subject: removing some warning in src/oct-obj.h
Date: Thu, 20 Jan 2011 05:39:40 -0500

On 20-Jan-2011, CdeMills wrote:

| g++ insists in having members initialised from the constructor
| initialisation.

It doesn't exactly insist.  It only warns.  And then only if you use
the -Weffc++ option, and that is not added to CXXFLAGS by default when
building Octave.

| Patchlet included.

I made these changes.

If you want us to apply changesets, then send changesets, not simple
diffs.  That way it is simpler for us.  We don't have to use patch to
apply the patch, then set your user name and genrate a commit
message.

It also helps if you follow the coding conventions used in the rest of
Octave.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]