dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
427 stars 89 forks source link

add some useful warning flags to builds #28

Closed jaromil closed 5 years ago

jaromil commented 6 years ago

addressing issue #22 and beyond, the following flags are added:

-Wrestrict -Waddress -Wtype-limits -Wsign-compare

For a reference, see https://gcc.gnu.org/onlinedocs/gcc-8.1.0/gcc/Warning-Options.html#Warning-Options

flags should be compatible also with LLVM builds.