]> Savannah Git Hosting - gnulib.git/commit
verify tests: avoid -Wmissing-declarations warnings
authorBernhard Voelker <bernhard.voelker@camline.com>
Fri, 30 Oct 2020 01:46:44 +0000 (02:46 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 31 Oct 2020 11:42:15 +0000 (12:42 +0100)
commit0dfeb8a37ae511d049f34e40fd354db4b37d8006
treec26ea312fdb116b3a167c89f5998355aaffc48a9
parent2b49e9e122ea06205c4855ec71df26c4217f15af
verify tests: avoid -Wmissing-declarations warnings

* tests/test-verify.c (test_assume_expressions): Add declaration.
(test_assume_optimization): Likewise.
(test_assume_noreturn): Likewise.
(main): Move down after all other definitions.  While at it, also
call test_assume_expressions and test_assume_optimization as a
runtime check.
ChangeLog
tests/test-verify.c