Files
CMake/Tests/RunCMake/math/MATH-ToleratedExpression-stderr.txt
T
Brad King 406f397e8b math: Restore toleration of unexpected characters in an expression
Prior to commit 7c4c13ffef (math: Reject unexpected expression input
explicitly, 2018-05-18) we ignored unexpected characters in an
expression that otherwise can be parsed.  In order to preserve
compatibility with projects that accidentally used this, convert the
error to a warning.
2018-07-16 14:46:43 -04:00

9 lines
320 B
Plaintext

^CMake Warning \(dev\) at MATH-ToleratedExpression.cmake:1 \(math\):
Unexpected character in expression at position 1: '
Unexpected character in expression at position 7: '
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
This warning is for project developers. Use -Wno-dev to suppress it.$