Closed maxGimeno closed 3 years ago
I have meet similar problem。TriangularMatrixVector.h:332:12: error: ‘result’ may be used uninitialized [-Werror=maybe-uninitialized],but i didn't use the function in TriangularMatrixVector.h:332。result is not a variable in file TriangularMatrixVector.h. this is a wired problem
3rdParty warnings: /usr/local/boost/include/boost/heap/detail/stable_heap.hpp:103:37: warning: unused parameter 'rhs' [-Wunused-parameter] /usr/local/boost/include/boost/optional/optional.hpp:749:58: warning: implicitly-declared /usr/local/boost/include/boost/tuple/detail/tuple_basic.hpp:313:27: warning: '.boost::tuples::cons<CGAL::Point_3, boost::tuples::cons<double, boost::tuples::null_type> >::head' may be used uninitialized [-Wmaybe-uninitialized]
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Arrangement_on_surface_2_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/usr/local/boost/include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer null [-Wnonnull]
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Arrangement_on_surface_2_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/usr/local/boost/include/boost/concept/usage.hpp:16:48: warning: 'this' pointer null [-Wnonnull]
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/BGL_graphcut_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/usr/local/boost/include/boost/concept_check.hpp:147:9: warning: implicitly-declared 'boost::detail::adj_list_edge_iterator<std::_List_iterator<void>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<void, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > >, std::vector<boost::detail::stored_edge_property<void, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > >, std::allocator<boost::detail::stored_edge_property<void, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > > > > >, void, boost::detail::edge_desc_impl<boost::directed_tag, void>, long int>, boost::adjacency_list<boost::vecS, boost::listS, boost::directedS, boost::property<boost::vertex_index_t, long unsigned int, boost::property<boost::vertex_color_t, boost::default_color_type, boost::property<boost::vertex_distance_t, double, boost::property<boost::vertex_predecessor_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > >, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > > >& boost::detail::adj_list_edge_iterator<std::_List_iterator<void>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<void, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > >, std::vector<boost::detail::stored_edge_property<void, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > >, std::allocator<boost::detail::stored_edge_property<void, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > > > > >, void, boost::detail::edge_desc_impl<boost::directed_tag, void>, long int>, boost::adjacency_list<boost::vecS, boost::listS, boost::directedS, boost::property<boost::vertex_index_t, long unsigned int, boost::property<boost::vertex_color_t, boost::default_color_type, boost::property<boost::vertex_distance_t, double, boost::property<boost::vertex_predecessor_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > >, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > > >::operator=(const boost::detail::adj_list_edge_iterator<std::_List_iterator<void>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<void, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > >, std::vector<boost::detail::stored_edge_property<void, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > >, std::allocator<boost::detail::stored_edge_property<void, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > > > > >, void, boost::detail::edge_desc_impl<boost::directed_tag, void>, long int>, boost::adjacency_list<boost::vecS, boost::listS, boost::directedS, boost::property<boost::vertex_index_t, long unsigned int, boost::property<boost::vertex_color_t, boost::default_color_type, boost::property<boost::vertex_distance_t, double, boost::property<boost::vertex_predecessor_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > >, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void> > > > > >&)' is deprecated [-Wdeprecated-copy]
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/BGL_graphcut_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/usr/local/boost/include/boost/graph/boykov_kolmogorov_max_flow.hpp:527:37: warning: 'new_parent_edge' is used uninitialized [-Wuninitialized]
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/BGL_graphcut_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/usr/local/boost/include/boost/graph/detail/adjacency_list.hpp:2265:41: warning: 'p.Edge_property::weight' may be used uninitialized [-Wmaybe-uninitialized]
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/BGL_graphcut_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/usr/local/boost/include/boost/graph/detail/adj_list_edge_iterator.hpp:80:13: warning: '((boost::detail::stored_edge_property<void, boost::property<boost::edge_capacity_t, double, boost::property<boost::edge_residual_capacity_t, double, boost::property<boost::edge_reverse_t, boost::detail::edge_desc_impl<boost::directed_tag, void>, boost::no_property> > > >*)ei)6' may be used uninitialized in this function [-Wmaybe-uninitialized]
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Classification_Examples/TestReport_Blake_Windows_MSVCPreview-Release-64bits.gz:C:\3rdPartyLibs\boost_1_73_0\boost/iterator.hpp(16): warning C4996: 'std::iterator': warning STL4015: The std::iterator class template (used as a base class to provide typedefs) is deprecated in C++17. (The header is NOT deprecated.) The C++ Standard has never required user-defined iterators to derive from std::iterator. To fix this warning, stop deriving from std::iterator and start providing publicly accessible typedefs named iterator_category, value_type, difference_type, pointer, and reference. Note that value_type is required to be non-const, even for constant iterators. You can define _SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning.
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Generator_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/usr/local/boost/include/boost/format/group.hpp:56:9: warning: implicitly-declared 'constexpr boost::io::detail::group2<std::_Setprecision, CGAL::Compact_mesh_cell_3<CGAL::Point_3, CGAL::Weighted_point_3, int, std::pair<int, int>, boost::variant<int, std::pair<int, int> >, CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, std::pair<int, int> >, boost::variant<int, std::pair<int, int> >, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Compact_mesh_cell_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, int, std::pair<int, int>, boost::variant<int, std::pair<int, int> > >, CGAL::Sequential_tag> > const&>::group2(const boost::io::detail::group2<std::_Setprecision, CGAL::Compact_mesh_cell_3<CGAL::Point_3, CGAL::Weighted_point_3, int, std::pair<int, int>, boost::variant<int, std::pair<int, int> >, CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, std::pair<int, int> >, boost::variant<int, std::pair<int, int> >, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Compact_mesh_cell_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, int, std::pair<int, int>, boost::variant<int, std::pair<int, int> > >, CGAL::Sequential_tag> >* const&>&)' is deprecated [-Wdeprecated-copy]
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Generator_Examples/TestReport_lrineau_Ubuntu-GCC_masterCXX20-Release.gz:/usr/local/boost/include/boost/parameter/aux/preprocessor/impl/function_dispatch_layer.hpp:364:15: warning: left operand of comma operator has no effect [-Wunused-value]
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Generator_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/usr/local/boost/include/boost/random/variate_generator.hpp:70:18: warning: 'bin_distribution.boost::random::binomial_distribution::_u.boost::random::binomial_distribution::::btrd.boost::random::binomial_distribution::::::u_rv_r' may be used uninitialized [-Wmaybe-uninitialized]
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Mesh_3_Examples/TestReport_afabri_x64_Cygwin-Windows10_MSVC2017-Debug-64bits.gz:C:\3rdPartyLibs\boost_master\install_dir\include\boost-1_71\boost/bimap/detail/manage_additional_parameters.hpp(113): warning C4996: 'std::allocator': warning STL4009: std::allocator is deprecated in C++17. You can define _SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning.
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Mesh_3_Examples/TestReport_Blake_Windows_MSVCPreview-Release-64bits.gz:C:\3rdPartyLibs\boost_1_73_0\boost/bimap/detail/bimap_core.hpp(407): warning C4996: 'std::allocator::rebind<boost::bimaps::relation::mutant_relation<boost::bimaps::tags::tagged<const CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Compact_mesh_cell_3<CGAL::Point3<Kernel>,CGAL::Weighted_point3<Kernel>,Subdomain_index,Surface_patch_index,Index,TDS2>,CGAL::Default,CGAL::Default,CGAL::Default>,false>,boost::bimaps::relation::member_at::left>,boost::bimaps::tags::tagged<const double,boost::bimaps::relation::member_at::right>,boost::bimaps::detail::manage_additional_parameters<AP1,AP2,AP3>::case_NNN::additional_info,true>>::other': warning STL4010: Various members of std::allocator are deprecated in C++17. Use std::allocator_traits instead of accessing these members directly. You can define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING or _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to acknowledge that you have received this warning.
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Point_set_processing_3_Examples/TestReport_afabri_x64_Cygwin-Windows10_MSVC2015-Debug-64bits.gz:C:\3rdPartyLibs\boost\boost_1_66_0\boost/property_map/property_map.hpp(310): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Point_set_processing_3_Examples/TestReport_afabri_x64_Cygwin-Windows10_MSVC2017-Release-64bits.gz:C:\3rdPartyLibs\boost\boost_1_68_0\boost/property_map/property_map.hpp(310): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Point_set_processing_3_Examples/TestReport_Blake_Windows_MSVC-2019-Community-Release-64bits.gz:C:\3rdPartyLibs\boost_1_73_0\boost/property_map/property_map.hpp(311): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Point_set_processing_3_Examples/TestReport_Blake_Windows_MSVCPreview-Release-64bits.gz:C:\3rdPartyLibs\boost_1_73_0\boost/property_map/property_map.hpp(311): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Polygon_mesh_processing_Examples/TestReport_Blake_Windows_MSVCPreview-Release-64bits.gz:C:\3rdPartyLibs\ceres-solver\install_dir\include\ceres/solver.h(797): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Polygon_mesh_processing_Examples/TestReport_Blake_Windows_MSVCPreview-Release-64bits.gz:C:\3rdPartyLibs\ceres-solver\install_dir\include\ceres/solver.h(800): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Polygon_mesh_processing_Examples/TestReport_Blake_Windows_MSVCPreview-Release-64bits.gz:C:\3rdPartyLibs\ceres-solver\install_dir\include\ceres/solver.h(807): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Polytope_distance_d/TestReport_afabri_x64_Cygwin-Windows10_MSVC2015-Debug-64bits.gz:C:\3rdPartyLibs\boost\boost_1_66_0\boost/iterator/iterator_adaptor.hpp(318): warning C4244: '+=': conversion from 'int64' to 'int', possible loss of data
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Surface_mesh_simplification_Examples/TestReport_afabri_x64_Cygwin-Windows10_MSVC2017-Debug-64bits.gz:c:\3rdpartylibs\eigen-master\eigen\src/LU/arch/InverseSize4.h(326): warning C4146: unary minus operator applied to unsigned type, result still unsigned
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Surface_mesh_simplification_Examples/TestReport_afabri_x64_Cygwin-Windows10_MSVC2017-Debug-64bits.gz:c:\3rdpartylibs\eigen-master\eigen\src/LU/arch/InverseSize4.h(326): warning C4838: conversion from 'unsigned long' to 'const int' requires a narrowing conversion
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Surface_mesh_simplification_Examples/TestReport_lrineau_ArchLinux-CXX14.gz:/usr/include/eigen3/Eigen/src/Core/DenseStorage.h:194:66: warning: ‘.Eigen::DenseStorage<double, 16, 4, 4, 2>::m_data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Triangulation_Examples/TestReport_lrineau_Ubuntu-latest-GCC6-Release.gz:/usr/include/eigen3/Eigen/src/Core/CoreEvaluators.h:166:54: warning: array subscript 26 is outside array bounds of 'CGAL::CartesianDKernelFunctors::Contained_in_affine_hull<CGAL::Cartesian_base_d< gmp_expr<mpq_struct [1], mpq_struct [1]>, CGAL::Dimension_tag<4>, CGAL::Default> >::Matrix [1]' {aka 'Eigen::Matrix<gmp_expr<mpq_struct [1], __mpq_struct [1]>, -1, -1, 0, 5, 5> [1]'} [-Warray-bounds]
Warnings Qt deprecated:
Deprecated Warnings :
Maybe used uninitialized:
Variable unused:
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Algebraic_kernel_d_Examples/TestReport_lrineau_Fedora-with-LEDA.gz:/home/cgal_tester/build/src/cmake/platforms/Fedora-with-LEDA/test/Algebraic_kernel_d_Examples/Compare_1.cpp:18:6: warning: unused variable ‘ak’ [-Wunused-variable]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Algebraic_kernel_d_Examples/TestReport_lrineau_Fedora-with-LEDA.gz:/home/cgal_tester/build/src/cmake/platforms/Fedora-with-LEDA/test/Algebraic_kernel_d_Examples/Construct_algebraic_real_1.cpp:19:6: warning: unused variable ‘ak’ [-Wunused-variable]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Algebraic_kernel_d_Examples/TestReport_lrineau_Fedora-with-LEDA.gz:/home/cgal_tester/build/src/cmake/platforms/Fedora-with-LEDA/test/Algebraic_kernel_d_Examples/Isolate_1.cpp:18:6: warning: unused variable ‘ak’ [-Wunused-variable]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Algebraic_kernel_d_Examples/TestReport_lrineau_Fedora-with-LEDA.gz:/home/cgal_tester/build/src/cmake/platforms/Fedora-with-LEDA/test/Algebraic_kernel_d_Examples/Sign_at_1.cpp:18:6: warning: unused variable ‘ak’ [-Wunused-variable]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Algebraic_kernel_d_Examples/TestReport_lrineau_Fedora-with-LEDA.gz:/home/cgal_tester/build/src/cmake/platforms/Fedora-with-LEDA/test/Algebraic_kernel_d_Examples/Solve_1.cpp:17:6: warning: unused variable ‘ak’ [-Wunused-variable]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Algebraic_kernel_d/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/mnt/testsuite/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h:192:12: warning: '(const __vector(4) int)((char)curr_event8)' may be used uninitialized [-Wmaybe-uninitialized]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Algebraic_kernel_d/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/mnt/testsuite/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h:192:12: warning: '((long unsigned int*)curr_event)3' may be used uninitialized [-Wmaybe-uninitialized]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Envelope_3/TestReport_lrineau_Fedora-with-LEDA.gz:/home/cgal_tester/build/src/cmake/platforms/Fedora-with-LEDA/test/Envelope_3/spheres_test.cpp:8:8: warning: unused variable ‘UNTESTED_TRAITS_AS_CORE_IS_NOT_ISTALLED’ [-Wunused-variable]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Installation/TestReport_lrineau_ArchLinux-CXX14.gz:/mnt/testsuite/include/CGAL/IO/Geomview_stream_impl.h:602:5: warning: ‘CGAL::{anonymous}::dummy’ defined but not used [-Wunused-variable]
warning de mauvaise config de platform
Compilater Internal Warning:
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Classification_Examples/TestReport_afabri_x64_Cygwin-Windows10_MSVC2017-Release-64bits.gz:C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\numeric(26): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Classification_Examples/TestReport_Blake_Windows_MSVC-2019-Community-Release-64bits.gz:C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\include\numeric(35): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data
Other Warnings:
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Arrangement_on_surface_2_Examples/TestReport_afabri_x64_Cygwin-Windows10_MSVC2015-Debug-64bits.gz:C:\CGAL\test\CGAL-5.3-I-42\cmake\platforms\x64_Cygwin-Windows10_MSVC2015-Debug-64bits\test\Arrangement_on_surface_2_Examples\algebraic_segments.cpp(64): warning C4800: 'CGAL::internal::Arc_2<CGAL::Curved_kernel_via_analysis_2<CGAL::Algebraic_curve_kernel_2<CGAL::Algebraic_kernel_d_1<CORE::BigInt,CGAL::CORE_arithmetic_kernel::Rational,CGAL::internal::Algebraic_real_rep<Coefficient,Bound>,CGAL::internal::Descartes<CGAL::Polynomial,Bound>>>>,CGAL::internal::Arc_2_rep> *': forcing value to bool 'true' or 'false' (performance warning)
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Boolean_set_operations_2_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/mnt/testsuite/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h:249:54: warning: array subscript 'const CGAL::_Bezier_x_monotone_2<CGAL::Cartesian, CGAL::Cartesian, CGAL::CORE_algebraic_number_traits, CGAL::Bezier_bounding_rational_traits<CGAL::Cartesian > >[0]' is partly outside array bounds of 'Polygon_2 [1]' {aka 'CGAL::General_polygon_2<CGAL::Arr_Bezier_curve_traits_2<CGAL::Cartesian, CGAL::Cartesian, CGAL::CORE_algebraic_number_traits> > [1]'} [-Warray-bounds]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Box_intersection_d/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/mnt/testsuite/include/CGAL/Box_intersection_d/Box_d.h:99:44: warning: array subscript [0, 0] is outside array bounds of 'const double [1]' [-Warray-bounds]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Convex_decomposition_3_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/mnt/testsuite/include/CGAL/Nef_2/debug.h:45:27: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Convex_decomposition_3_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/mnt/testsuite/include/CGAL/Nef_2/debug.h:53:28: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Interpolation_Examples/TestReport_lrineau_Ubuntu-latest-GCC6-Release.gz:/mnt/testsuite/include/CGAL/Handle_for_virtual.h:84:11: warning: 'this' pointer null [-Wnonnull]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Point_set_processing_3/TestReport_Blake_Windows_MSVCPreview-Release-64bits.gz:C:\cgal_test\CGAL-5.3-I-42\include\CGAL/edge_aware_upsample_point_set.h(215): warning C4244: 'initializing': conversion from 'double' to 'FT', possible loss of data
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Point_set_processing_3/TestReport_Blake_Windows_MSVCPreview-Release-64bits.gz:C:\cgal_test\CGAL-5.3-I-42\include\CGAL/edge_aware_upsample_point_set.h(439): warning C4244: 'initializing': conversion from 'double' to 'FT', possible loss of data
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Polyhedron_Demo/TestReport_lrineau_ArchLinux-clang-CXX17-Release.gz:/home/cgal_tester/build/src/cmake/platforms/ArchLinux-clang-CXX17-Release/test/Polyhedron_Demo/demo_framework_autogen/EWIEGA46WW/../../Viewer.h:95:21: warning: 'scaler' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Shape_detection/TestReport_Blake_Windows_MSVCPreview-Release-64bits.gz:C:\cgal_test\CGAL-5.3-I-42\include\CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h(1033): warning C4244: 'argument': conversion from 'double' to 'const _Ty', possible loss of data
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Tetrahedral_remeshing_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/mnt/testsuite/include/CGAL/Tetrahedral_remeshing/internal/collapse_short_edges.h:1008:34: warning: loop variable 'fvv' of type 'const std::pair<std::array<CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Mesh_vertex_3<CGAL::Epick, std::tuple<int, int>, int, CGAL::Triangulation_vertex_base_3<CGAL::Epick, CGAL::Triangulation_ds_vertex_base_3<CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_base_3<CGAL::Epick, CGAL::Tetrahedral_remeshing::internal::Fake_MD_V, CGAL::Triangulation_vertex_base_3<CGAL::Epick, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Mesh_cell_base_3<CGAL::Epick, CGAL::Tetrahedral_remeshing::internal::Fake_MD_C, CGAL::Triangulation_cell_base_3<CGAL::Epick, CGAL::Triangulation_ds_cell_base_3 > >, CGAL::Sequential_tag> > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, 3>, int>&' binds to a temporary constructed from type 'boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const std::array<CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Mesh_vertex_3<CGAL::Epick, std::tuple<int, int>, int, CGAL::Triangulation_vertex_base_3<CGAL::Epick, CGAL::Triangulation_ds_vertex_base_3<CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_base_3<CGAL::Epick, CGAL::Tetrahedral_remeshing::internal::Fake_MD_V, CGAL::Triangulation_vertex_base_3<CGAL::Epick, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Mesh_cell_base_3<CGAL::Epick, CGAL::Tetrahedral_remeshing::internal::Fake_MD_C, CGAL::Triangulation_cell_base_3<CGAL::Epick, CGAL::Triangulation_ds_cell_base_3 > >, CGAL::Sequential_tag> > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, 3>, int> > >::value_type' {aka 'std::pair<const std::array<CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Mesh_vertex_3<CGAL::Epick, std::tuple<int, int>, int, CGAL::Triangulation_vertex_base_3<CGAL::Epick, CGAL::Triangulation_ds_vertex_base_3<CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_base_3<CGAL::Epick, CGAL::Tetrahedral_remeshing::internal::Fake_MD_V, CGAL::Triangulation_vertex_base_3<CGAL::Epick, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Mesh_cell_base_3<CGAL::Epick, CGAL::Tetrahedral_remeshing::internal::Fake_MD_C, CGAL::Triangulation_cell_base_3<CGAL::Epick, CGAL::Triangulation_ds_cell_base_3 > >, CGAL::Sequential_tag> > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, 3>, int>'} [-Wrange-loop-construct]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Tetrahedral_remeshing_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/mnt/testsuite/include/CGAL/Tetrahedral_remeshing/internal/collapse_short_edges.h:1024:34: warning: loop variable 'evv' of type 'const std::pair<std::pair<CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Mesh_vertex_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3<CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Compact_mesh_cell_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, int, int, int>, CGAL::Sequential_tag> > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Mesh_vertex_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3<CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Compact_mesh_cell_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, int, int, int>, CGAL::Sequential_tag> > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false> >, int>&' binds to a temporary constructed from type 'boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const std::pair<CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Mesh_vertex_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3<CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Compact_mesh_cell_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, int, int, int>, CGAL::Sequential_tag> > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Mesh_vertex_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3<CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Compact_mesh_cell_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, int, int, int>, CGAL::Sequential_tag> > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false> >, int> > >::value_type' {aka 'std::pair<const std::pair<CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Mesh_vertex_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3<CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Compact_mesh_cell_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, int, int, int>, CGAL::Sequential_tag> > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Mesh_vertex_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3<CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Compact_mesh_cell_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, int, int, int>, CGAL::Sequential_tag> > > >, CGAL::Default, CGAL::Default, CGAL::Default>, false> >, int>'} [-Wrange-loop-construct]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Tetrahedral_remeshing_Examples/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/mnt/testsuite/include/CGAL/Tetrahedral_remeshing/internal/smooth_vertices.h:165:44: warning: loop variable 'fn' of type 'const std::pair<std::pair<CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Compact_mesh_cell_3<CGAL::Point_3, CGAL::Weighted_point_3, int, int, int, CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Compact_mesh_cell_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, int, int, int>, CGAL::Sequential_tag> >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, CGAL::Vector_3 >&' binds to a temporary constructed from type 'boost::unordered::iterator_detail::iterator<boost::unordered::detail::ptr_node<std::pair<const std::pair<CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Compact_mesh_cell_3<CGAL::Point_3, CGAL::Weighted_point_3, int, int, int, CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Compact_mesh_cell_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, int, int, int>, CGAL::Sequential_tag> >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, CGAL::Vector_3 > > >::value_type' {aka 'std::pair<const std::pair<CGAL::internal::CC_iterator<CGAL::Compact_container<CGAL::Compact_mesh_cell_3<CGAL::Point_3, CGAL::Weighted_point_3, int, int, int, CGAL::Triangulation_data_structure_3<CGAL::Mesh_vertex_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, std::tuple<int, int, int, int>, int, CGAL::Regular_triangulation_vertex_base_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, CGAL::Triangulation_ds_vertex_base_3 > >, CGAL::Compact_mesh_cell_generator_3<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new >, int, int, int>, CGAL::Sequential_tag> >, CGAL::Default, CGAL::Default, CGAL::Default>, false>, int>, CGAL::Vector_3 >'} [-Wrange-loop-construct]
[ ] /srv/CGAL/www/Members/testsuite/CGAL-5.3-I-42/Visibility_2/TestReport_lrineau_Ubuntu-GCC_master_CXX20-Release.gz:/home/cgal_tester/build/src/cmake/platforms/Ubuntu-GCC_master_CXX20-Release/test/Visibility_2/include/CGAL/test_utils.h:59:13: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: