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
__________________________

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to