mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
VLAs (variable-length arrays) are a C99 feature and were never standardised for C++. There are better alternatives in C++ (mainly std::vector). Enable the warnings so no new ones can be introduced.