]> git.proxmox.com Git - mirror_lxcfs.git/commit
configure: add -Wvla and -std=gnu11
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 11 Mar 2020 02:10:09 +0000 (03:10 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 11 Mar 2020 02:18:59 +0000 (03:18 +0100)
commitf8326179ec733062cf358e78661fd5ff3b7eec8d
tree6c6ee9d1387b9019d833dd6edde2fffaf8c44c70
parentfe83ebb9b499c6377c2dc606aee9452ea167c5ed
configure: add -Wvla and -std=gnu11

Both are standard in LXC for a long time now. And gcc-4.8 which is the
minimal compiler version we require (same as the Linux kernel) deals
with this.

Closes #362.
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
configure.ac
src/proc_cpuview.c