blob: d469bc283fadba5084af3033e0a93966efb2e4cd [file] [edit]
^CMake Warning \(author\) at [^
]+/Tests/RunCMake/math/Overflow\.cmake:[0-9]+ \(math\):
left shift of negative value in:
-4 << 1
This warning is for project developers\. Use -Wno-author to suppress it\.
+
CMake Warning \(author\) at [^
]+/Tests/RunCMake/math/Overflow\.cmake:[0-9]+ \(math\):
shift exponent is negative in:
4 << -63
This warning is for project developers\. Use -Wno-author to suppress it\.
+
CMake Warning \(author\) at [^
]+/Tests/RunCMake/math/Overflow\.cmake:[0-9]+ \(math\):
shift exponent is negative in:
4 >> -63
This warning is for project developers\. Use -Wno-author to suppress it\.
+
CMake Warning \(author\) at [^
]+/Tests/RunCMake/math/Overflow\.cmake:[0-9]+ \(math\):
shift exponent is too large in:
4 << 65
This warning is for project developers\. Use -Wno-author to suppress it\.
+
CMake Warning \(author\) at [^
]+/Tests/RunCMake/math/Overflow\.cmake:[0-9]+ \(math\):
shift exponent is too large in:
4 >> 65
This warning is for project developers\. Use -Wno-author to suppress it\.
+
CMake Warning \(author\) at [^
]+/Tests/RunCMake/math/Overflow\.cmake:[0-9]+ \(math\):
signed integer overflow in:
9223372036854775807 \+ 1
This warning is for project developers\. Use -Wno-author to suppress it\.
+
CMake Warning \(author\) at [^
]+/Tests/RunCMake/math/Overflow\.cmake:[0-9]+ \(math\):
signed integer overflow in:
-9223372036854775807 - 2
This warning is for project developers\. Use -Wno-author to suppress it\.
+
CMake Warning \(author\) at [^
]+/Tests/RunCMake/math/Overflow\.cmake:[0-9]+ \(math\):
signed integer overflow in:
9223372036854775807 \* 2
This warning is for project developers\. Use -Wno-author to suppress it\.
CMake Warning \(author\) at [^
]+/Tests/RunCMake/math/Overflow\.cmake:[0-9]+ \(math\):
signed integer cannot negate:
-9223372036854775808
This warning is for project developers\. Use -Wno-author to suppress it\.$