]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
compiler: -Winit-self hardening
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 5 Feb 2019 19:43:00 +0000 (20:43 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 5 Feb 2019 21:36:30 +0000 (22:36 +0100)
commitf03f7b5ce566d9601b83eb52ca1221d167157192
treecbc42f1fb337095a15ac13fe89df76ddeed16a43
parent11af5f2ba169c63b4da2980a6688028502c5fe7b
compiler: -Winit-self hardening

Warn about uninitialized variables that are initialized with themselves.
Note this option can only be used with the -Wuninitialized option.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
configure.ac