]> git.ipfire.org Git - thirdparty/systemd.git/commit
build-sys: turn some warnings into errors 135/head
authorDaniel Mack <daniel@zonque.org>
Wed, 10 Jun 2015 08:54:59 +0000 (10:54 +0200)
committerDaniel Mack <daniel@zonque.org>
Wed, 10 Jun 2015 09:16:42 +0000 (11:16 +0200)
commit8dc31a63981267f257583ef82ceb79859ff243f8
treeae2ad2843caeb35e8d8a21bb7809ae65cfe69a81
parent229d17cf12d46dd6aa3dc1011277c9ff71f5cc4c
build-sys: turn some warnings into errors

Make the build sys error out on missing function prototypes, missing
variable declarations, implicit function declarations or forgotten return
statements.

None of these conditions are acceptable, and by making them hard errors, the
build bots can detect them earlier.
configure.ac