-
scott snyder authored
Warn about calls from thread-safe code to methods of classes that have been marked as not_thread_safe. Previously, this would get an Unchecked warning, but these warnings are disabled in release builds because there are too many. This warning is more exact, so we should be able to leave it enabled.
14193ffe