]> git.tuebingen.mpg.de Git - lopsub.git/commit
build: Error out on implicit function declarations.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Apr 2021 22:57:12 +0000 (00:57 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 28 Apr 2021 21:16:13 +0000 (23:16 +0200)
commit45901057b4103eeb745e080521678c0e43e0eca1
tree649448d48b37dd6aac98201aaa62786d3408ba3f
parent73d2280b56e07b3115c14deaa994114a462afd33
build: Error out on implicit function declarations.

Replacing lopsub.h by an empty file builds a buggy lopsubgen-stage1
executable which segfaults due to a format string mismatch caused
by the implicit declaration of lls_version(). In this package all
functions are supposed to be declared, so let's fail the build if
any undeclared functions are found.

Tested-by: Alex Gietz <oss@mcdinner.de>
Makefile