]> git.ipfire.org Git - thirdparty/lxc.git/commit
compiler: -Wold-style-definition hardening
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 5 Feb 2019 19:33:40 +0000 (20:33 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 10 Apr 2019 16:45:50 +0000 (18:45 +0200)
commit6a939892adcd4e4df9320fef879f75c5d56da66f
treed09c3a0e33502e0fe0a450e44a97d121c1ff6836
parent0b625d1b2e811880c511e6a9528b77a16c124aca
compiler: -Wold-style-definition hardening

Warn if an old-style function definition is used. A warning is given
even if there is a previous prototype.

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