mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-10 19:31:08 +00:00
MSVC supplied with VS2022 generates "warning C4189: 'CALIBRATION_THRESHOLD': local variable is initialized but not referenced" which is treated as an error. Circumvent it by moving constexpr variable directly into body of lambda function.