]> git.ipfire.org Git - thirdparty/lxc.git/commit
compiler: -Wsuggest-attribute=noreturn hardening
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 5 Feb 2019 19:44:57 +0000 (20:44 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 10 Apr 2019 16:45:53 +0000 (18:45 +0200)
commit4ad0b8e88f1afc63001b521bf636f0b03c51607b
tree049c4472cb4bc6fe2f94d2e564604260b45ea588
parent61f2b9becf53e775896926d7743140885dcacdd8
compiler: -Wsuggest-attribute=noreturn hardening

Warn about functions that might be candidates for attributes pure, const
or noreturn or malloc.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
configure.ac
src/tests/state_server.c