]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Set #pragma once for build.h
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 23 Nov 2022 13:58:20 +0000 (14:58 +0100)
committerFlole <Flole998@users.noreply.github.com>
Tue, 9 Sep 2025 18:31:27 +0000 (20:31 +0200)
commit629ed8e091a2c49a1357a9601b469a37a8ff62cd
tree5cb1359d7ec806237cfa056b2bb3c337f98677c8
parent74720af6296f11d2be3122ce7e55adef8052934e
Set #pragma once for build.h

The header is included all over the place and hence also multiple times
in the same translation unit which triggers -Wredundant-decls, beside
being pointless, so we just tell the pre-processor with a slightly more
modern form of a header guard that once is enough.

As a bonus, this commit keeps the 'DO NOT EDIT' remark as intended.
support/configure.inc