obsproject / obs-browser

CEF-based OBS Studio browser plugin
GNU General Public License v2.0
771 stars 218 forks source link

Suppress warnings about std::result_of deprecation #350

Closed jpark37 closed 2 years ago

jpark37 commented 2 years ago

Description

CEF header uses deprecated class, so suppress warning.

Motivation and Context

Don't like warning spam.

How Has This Been Tested?

Warnings no longer appear.

Types of changes

Checklist: