Suppress OSX weak symbol linking warning

This commit is contained in:
Robert Maynard 2019-02-11 08:36:01 -05:00
parent b59df302e5
commit 1ca15bab7d

@ -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.