cgal/Triangulation_2
Laurent Rineau ab7f9d0047 Fix a warning -Wmaybe-uninitialized
With g++48, with -Wall -O3, there was the following warning:

include/CGAL/Weighted_point.h:137:5: warning: '*((void*)& p +8)' may be used uninitialized in this function [-Wmaybe-uninitialized]
     wp = Weighted_point<Point,Weight>(p,w);
     ^
include/CGAL/Weighted_point.h:130:9: note: '*((void*)& p +8)' was declared here
   Point p;
         ^
include/CGAL/Weighted_point.h:137:5: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized]
     wp = Weighted_point<Point,Weight>(p,w);
     ^

Trivial bug-fix for master.
2013-12-12 17:44:00 +01:00
..
benchmark/Triangulation_2 add a benchmark on insertion of points on constrained edges with EPEC 2013-07-24 13:07:22 +02:00
demo/Triangulation_2 cmake's link_libraries is deprecated 2012-08-03 22:32:39 +00:00
doc add insert_constraints functions to Constrained_Delaunay_triangulation_2 2013-12-02 22:48:38 +01:00
examples/Triangulation_2 Merge branch 'triangulation_3-copy_tds-sloriot' 2013-04-29 11:09:01 +02:00
include/CGAL Fix a warning -Wmaybe-uninitialized 2013-12-12 17:44:00 +01:00
package_info/Triangulation_2 New license.txt files (eol changes) 2013-02-19 16:46:39 +01:00
test/Triangulation_2 add insert_constraints functions to Constrained_Delaunay_triangulation_2 2013-12-02 22:48:38 +01:00
TODO added a TODO to improve Delaunay demo 2009-09-03 14:28:06 +00:00
dont_submit Put doc/ in the global dont_submit file 2013-08-20 10:57:03 +02:00