zoneminder/cmake
Peter Keresztes Schmidt 6e2f8bfedb build: Enable Wextra with some exceptions
-Wno-cast-function-type:
Signal handler code relies on this.

-Wno-type-limits:
Some of the color space conversion code in zm_image throws this warning. To not break anything let's ignore this warning for the time being.

Note that clang enables -Woverloaded-virtual with -Wextra. To not flood the GCC build log with warnings let's not enable this at the moment.
This will be done in a second step, when the currently throwing code will be cleaned up.
2021-02-27 02:08:14 +01:00
..
Modules Build: Work around CMake version on Xenial not supporting cxx_std_* flags 2021-02-09 13:20:27 +01:00
compiler build: Enable Wextra with some exceptions 2021-02-27 02:08:14 +01:00
cmake_uninstall.cmake.in Added an uninstall target to cmake and few text corrections to the INSTALL file 2013-10-21 16:11:37 +03:00