]> git.ipfire.org Git - thirdparty/chrony.git/commit
configure: fix compiler warnings in system function checks
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 14 Aug 2025 11:55:54 +0000 (13:55 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 14 Aug 2025 12:25:38 +0000 (14:25 +0200)
commit6c5973741b7ea8aa6a48773ffeecb1abeb5ab4b3
treeb8f65cc71dad254b052146dda104e8ebc3e86033
parent51d161a0283aa6133931dbbe97825c4b4bc70e2b
configure: fix compiler warnings in system function checks

Avoid using (void *)1 as an output buffer to fix detection of supported
system functions due to -Werror and -Wstringop-overflow etc.
configure