obsproject / obs-amd-encoder

AMD Advanced Media Framework Encoder Plugin for Open Broadcaster Studio
https://obsproject.com/forum/threads/amd-advanced-media-framework-encoder-plugin-for-obs-studio.52305/
GNU General Public License v2.0
454 stars 87 forks source link

Suppress C4062 (switch) warnings (deps PR for obs-studio#6960) #432

Closed tytan652 closed 1 year ago

tytan652 commented 2 years ago

Description

https://github.com/obsproject/obs-studio/pull/6960 enables C4062 for parity with Clang and GCC.

This just add pragmas to suppress switch warnings.

Motivation and Context

Required by https://github.com/obsproject/obs-studio/pull/6960

How Has This Been Tested?

CI of https://github.com/obsproject/obs-studio/pull/6960 no longer fail because of this plugin.

Types of changes

Checklist: