]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Use explicitly on format warnings for Time test
authorOlliver Schinagl <oliver@schinagl.nl>
Sat, 5 Aug 2023 07:40:44 +0000 (09:40 +0200)
committerFlole998 <Flole998@users.noreply.github.com>
Sun, 6 Aug 2023 07:39:05 +0000 (09:39 +0200)
commit2375a63a118797bb0dbac9d71740a5351dd49f3d
treebf70750efde05734c56e0e90cf39baa1ecf46a09
parent1179ce28a530ac48358266e8c46cb9b06e5f71c6
Use explicitly on format warnings for Time test

It looks like the compile check doesn't work properly on some
architectures, which appears to eat or ignore the -Werror flag.

Instead, be more specific in that we state that printf formatting errors
are to be triggered on, and treated as an error explicitly, which in the
end is exactly what we are after.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
configure