Matroska-Org / libmatroska

a C++ libary to parse Matroska files (.mkv and .mka)
GNU Lesser General Public License v2.1
319 stars 57 forks source link

cmake: remove various warning suppressions #178

Closed robUx4 closed 7 months ago

robUx4 commented 7 months ago

They are included in -Wall in GCC and Clang. We disable less warnigns now.

Co-authored-by: Rosen Penev

Similar to https://github.com/Matroska-Org/libebml/pull/248