From 463ec866483806640c0a589afa427193a4599e8e Mon Sep 17 00:00:00 2001 From: Sebastien Boisvert Date: Tue, 9 Jun 2020 18:15:52 -0400 Subject: Fix #1757: remove the word 'suicide' --- Eigen/Core | 2 +- test/geo_hyperplane.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Eigen/Core b/Eigen/Core index 10b0bd839..f36031557 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -11,7 +11,7 @@ #ifndef EIGEN_CORE_H #define EIGEN_CORE_H -// first thing Eigen does: stop the compiler from committing suicide +// first thing Eigen does: stop the compiler from reporting useless warnings. #include "src/Core/util/DisableStupidWarnings.h" // then include this file where all our macros are defined. It's really important to do it first because diff --git a/test/geo_hyperplane.cpp b/test/geo_hyperplane.cpp index a26709301..2c89ecd21 100644 --- a/test/geo_hyperplane.cpp +++ b/test/geo_hyperplane.cpp @@ -117,7 +117,7 @@ template void lines() VERIFY_IS_APPROX(result, center); // check conversions between two types of lines - PLine pl(line_u); // gcc 3.3 will commit suicide if we don't name this variable + PLine pl(line_u); // gcc 3.3 will crash if we don't name this variable. HLine line_u2(pl); CoeffsType converted_coeffs = line_u2.coeffs(); if(line_u2.normal().dot(line_u.normal())