On 2013-10-25 00:06+0100 Andrew Ross wrote: > I've tried a compile with the full list of warning flags in the README.release > file, plus -Wuninitialized. This shows loads of swig errors. Most of these are > in swig code, but I've mangaged to squash a few in the .i files. I've not yet > tackled the uninitialized variables.
Hi Andrew: It turned out -O1 -Wuninitialized generated some warnings that were not generated for the -O3 case. I have just (revision 12636) quieted those warnings for all cases other than the swig-generated code. For what it is worth, when you do get a chance to tackle the uninitialized variables for the swig-generated interface code, then what we do to configure swig for the Java case (which I notice has no uninitialized warnings for its generated interface code) might help solve the uninitialized warnings that only occur now for the Python, Lua, and Octave generated interface 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
