summaryrefslogtreecommitdiff
path: root/CTestCustom.ctest.in
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-11-10 13:15:49 -0500
committerKen Martin <ken.martin@kitware.com>2004-11-10 13:15:49 -0500
commit6257ca30a593221f7628e48e1ce067b2dc838be3 (patch)
treec94aa4ee7924bbc0a0f0a1ace34a5e9e17c126ee /CTestCustom.ctest.in
parent1cbec80de998bf32ef28000252b914464e64d9d4 (diff)
downloadcmake-6257ca30a593221f7628e48e1ce067b2dc838be3.tar.gz
ENH: added custom supp for cmake
Diffstat (limited to 'CTestCustom.ctest.in')
-rw-r--r--CTestCustom.ctest.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in
new file mode 100644
index 0000000000..dfa2415b8e
--- /dev/null
+++ b/CTestCustom.ctest.in
@@ -0,0 +1,12 @@
+SET(CTEST_CUSTOM_WARNING_EXCEPTION
+ ${CTEST_CUSTOM_WARNING_EXCEPTION}
+ "xtree.[0-9]+. : warning C4702: unreachable code"
+ "warning LNK4221"
+ "variable .var_args[2]*. is used before its value is set"
+ "jobserver unavailable"
+ "warning: \\(Long double usage is reported only once for each file"
+ "warning: To disable this warning use"
+ "could not be inlined"
+ )
+
+