On Thursday 24 Oct 2013 13:24:43 Alan W. Irwin wrote: > On 2013-10-24 12:12-0700 Alan W. Irwin wrote: > > 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. > > Hi Andrew: > > I just discovered for the test_noninteractive and install targets we > are now clean for the -O3 -Wuninitialized case except for > swig-generated code. So I believe my part of this "search and > destroy" mission for dealing with uninitialized variables is now done, > and I wish you the best trying to figure out what to do for the > swig-generated cases. I now plan to shift my focus to some > build_projects issues for the Tcl and Tk build that I have been trying > to straighten out.
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. I've also come across and cleaned up a number of other warnings across the code base. Most of the remaining warnings are now either due to external header files or are much harder or impossible to remove due to the way plplot works. Andrew ------------------------------------------------------------------------------ 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
