Skip to content
Commit e11ce627 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Silencing C4141 warnings that were introduced en masse because __forceinline...

Silencing C4141 warnings that were introduced en masse because __forceinline cannot be combined with inline in MSVC without triggering this diagnostic. This is safe to disable because clang will catch instances of the issue with -Wduplicate-decl-specifier, so we are not losing diagnostic coverage.

llvm-svn: 247275
parent 7bf3944d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment