From: Alan W. I. <ir...@be...> - 2013-10-24 19:12:22
|
On 2013-10-21 21:36-0700 Alan W. Irwin wrote: > Tomorrow (Tuesday) I plan to move on to working on the uninitialized > variables in the code in the src subdirectory that are revealed by -O3 > -Wuninitialized to help work toward the overall goal of getting rid of > all these warnings throughout our source tree. Hi Andrew: After some other PLplot distractions were finished off I got this done (revision 12625). During the process I actually found instances where -O3 -Wuninitialized gave a false alarm, but generally those are uncommon. Therefore, it is worthwhile searching out all instances of such warnings and fixing them if they are valid (the usual case) or doing some unnecessary initialization to quiet them (the uncommon case of a false alarm). I hope you will continue this process dealing with the -O3 -Wuninitialized warnings for our swig-generated code, and I plan to do the same for the rest of our code. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |