From 566e220eaf1835ca7f4d891fba65b014c4621407 Mon Sep 17 00:00:00 2001 From: Sujin Philip Date: Tue, 2 Apr 2019 16:06:45 -0400 Subject: [PATCH] Suppress dashboard warnings --- CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index c652e4c47..00b15fbac 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -59,6 +59,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "nvlink warning : .*ArrayPortalVirtual.* has address taken but no possible call to it" "nvlink warning : .*CellLocatorBoundingIntervalHierarchyExec.* has address taken but no possible call to it" "nvlink warning : .*CellLocatorRectilinearGrid.* has address taken but no possible call to it" + "nvlink warning : .*CellLocatorUniformBins.* has address taken but no possible call to it" "nvlink warning : .*CellLocatorUniformGrid.* has address taken but no possible call to it" )