obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.86k stars 707 forks source link

cmake: Silences Qt warnings emitted by clang with default Xcode settings #1124

Closed PatTheMav closed 1 year ago

PatTheMav commented 1 year ago

Description

Silences warnings triggered by Qt code design (relying on questionable comma usage and using quoted header imports in their Frameworks).

Motivation and Context

Required for https://github.com/obsproject/obs-studio/pull/8678

How Has This Been Tested?

Tested on macOS 13 with Xcode default compiler settings.

Types of changes

Checklist: