aboutsummaryrefslogtreecommitdiffstats
path: root/alc/context.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-01-05 17:41:30 -0800
committerChris Robinson <[email protected]>2023-01-05 17:41:30 -0800
commit3f8a3af3637606dae61ba112cb5bd9d2d897e5cb (patch)
treecfe5017b516def72d858624a72a26216d34eb1c4 /alc/context.cpp
parentd61376e54c6b0dabd5f0fea2604cdfb03c34dac9 (diff)
Disable MSVC warning C5051
"attribute 'attribute-name' requires at least 'standard-level'; ignored" This hides the fact that it's not optimizing [[likely]] and [[unlikely]], even though it could (GCC does, Clang gives a similar warning to MSVC, but is ambiguous about whether it's still doing the optimization). There's nothing I know to do to make MSVC do those optimizations it otherwise knows to do, so just hide the warnings instead of pessimizing the code.
Diffstat (limited to 'alc/context.cpp')
0 files changed, 0 insertions, 0 deletions