You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[msvc] Fix another test using forward declared enums.
Forward declared enums create a warning in MSVC which turns into an
error when -warnings-as-errors is passed. This disable the warning in
the header to avoid the error making the test fail.
0 commit comments