Merge topic 'suppress_osx_static_link_warnings'

1ca15bab7 Suppress OSX weak symbol linking warning

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1545
This commit is contained in:
Robert Maynard 2019-02-11 15:23:00 +00:00 committed by Kitware Robot
commit 5cb45cefa3

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