You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation warning: cc1plus: note: destination object is likely at address zero
This is happening when setting CMAKE_BUILD_TYPE=Release and CGAL::Exact_predicates_exact_constructions_kernel.
Source Code
In the example code: CGAL-6.0.1/examples/Partition_2/y_monotone_partition_2.cpp, change the kernel to CGAL::Exact_predicates_exact_constructions_kernel.
Issue Details
Compilation warning:
cc1plus: note: destination object is likely at address zero
This is happening when setting
CMAKE_BUILD_TYPE=Release
andCGAL::Exact_predicates_exact_constructions_kernel
.Source Code
In the example code:
CGAL-6.0.1/examples/Partition_2/y_monotone_partition_2.cpp
, change the kernel toCGAL::Exact_predicates_exact_constructions_kernel
.Environment
The text was updated successfully, but these errors were encountered: