فهرست منبع

CTestCustom: Ignore warning from FD_ZERO macro on NVHPC

Brad King 4 سال پیش
والد
کامیت
46d4c8e4df
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      CTestCustom.cmake.in

+ 1 - 0
CTestCustom.cmake.in

@@ -7,6 +7,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
   "warning LNK4221"
   "warning LNK4221"
   "warning LNK4204" # Occurs by race condition with objects in small libs
   "warning LNK4204" # Occurs by race condition with objects in small libs
   "variable .var_args[2]*. is used before its value is set"
   "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"
   "jobserver unavailable"
   "warning: \\(Long double usage is reported only once for each file"
   "warning: \\(Long double usage is reported only once for each file"
   "warning: To disable this warning use"
   "warning: To disable this warning use"