shaka-project / shaka-packager

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
https://shaka-project.github.io/shaka-packager/
Other
1.9k stars 496 forks source link

build: Disable warnings in third-party code #1353

Closed joeyparrish closed 4 months ago

joeyparrish commented 4 months ago

We already disabled warnings-as-errors in third-party code, but this goes futher to completely disable third-party warnings. They are mostly noise, and distracting. If they aren't errors, we shouldn't have our build logs flooded with them.

cosmin commented 4 months ago

Thank you, I was about to suggest the same thing as I got tired of looking at random warnings in the build output.