aboutsummaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-03-06 20:02:06 +0000
committerjulie <julielangou@users.noreply.github.com>2011-03-06 20:02:06 +0000
commit8dcfef49b822700b4ac5b0b78ba7c573de8087dd (patch)
tree8a63659e1b2aefead655d92ff4e70a09d9c8700b /CTestCustom.cmake.in
parentb860077bc7317de1943efb058df48de0bddcab7c (diff)
Added compiler options needed for HP Fortran
- Chuck Atkins (Kitware)
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 9e0aed61..63884153 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -37,4 +37,8 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
# Harmless warnings from the Intel compiler on Windows
"ipo: warning #11010: file format not recognized for .*\\.exe\\.embed\\.manifest\\.res"
"LINK : warning LNK4224: /INCREMENTAL:YES is no longer supported; ignored"
+
+ # Warnings caused by string truncation in the test code. The truncation is
+ # intentional
+ "Character string truncated to length 1 on assignment"
)