obsproject / obs-browser

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

Fix unused-parameter warning from compillation #335

Closed tytan652 closed 2 years ago

tytan652 commented 2 years ago

Description

Related to https://github.com/obsproject/obs-studio/pull/5653

This PR is meant to fix some compilation warnings, ignoring FFmpeg, AJA NT2 deprecation and FTL related ones:

Motivation and Context

Less there is warning, the better is. No ? Yes, I don't like warnings so I tried to fix what I can fix.

How Has This Been Tested?

I just build this branch on Arch Linux with the new CEF and no warning from obs-browser were emitted.

Types of changes

Checklist: