Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add "-Wvla" to default CFLAGS
Variable length arrays silently break _NL_STATIC_ASSERT(), if the argument of the assertion is not a constant. Avoid that pitfall, by not allowing VLAs. That was already the case earlier, and the github CI checked for that. Now also add "-Wvla" to the default flags.
- Loading branch information