From 1ca15bab7da57dadf7f37d1f0aed8387b9cee916 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Mon, 11 Feb 2019 08:36:01 -0500 Subject: [PATCH] Suppress OSX weak symbol linking warning --- CTestCustom.cmake.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index e67621da3..1c118a2ee 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -37,6 +37,9 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "CONTRIBUTING.md.*warning" "CodingConventions.md.*warning" + # disable static/dynamic weak symbol warnings + ".*ld: warning: direct access in function.*" + # disable PTX warning about recursive functions. These look like they can't be silenced # without disabling all PTX warnings, show hide them on the dashboard.