summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-04-19 11:12:26 -0400
committerBrad King <brad.king@kitware.com>2021-04-20 11:47:59 -0400
commit46d4c8e4df69ebba1d9fa711896e471a5bfbbafa (patch)
treead568ddb74012d414f7e252d7c39c7b6c34305a5 /CTestCustom.cmake.in
parent408e6d6185427dc57470f5685e9774e579bd6283 (diff)
downloadcmake-46d4c8e4df69ebba1d9fa711896e471a5bfbbafa.tar.gz
CTestCustom: Ignore warning from FD_ZERO macro on NVHPC
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 4c8267de8c..238ca1590b 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -7,6 +7,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"warning LNK4221"
"warning LNK4204" # Occurs by race condition with objects in small libs
"variable .var_args[2]*. is used before its value is set"
+ "warning: variable .__d[01]. was set but never used" # FD_ZERO on NVHPC
"jobserver unavailable"
"warning: \\(Long double usage is reported only once for each file"
"warning: To disable this warning use"