fix: explicitly disable '-Wsuggest-attribute=format'
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 4 Oct 2021 18:56:43 +0000 (14:56 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 4 Oct 2021 19:01:34 +0000 (15:01 -0400)
commita800e79ba9fcd6c1a8ae3424462fd68960ba5bd4
tree98bfe9964fe6daa9942620b0c5f4f6351b91d300
parent991cd84ecbc368cbf0ec8f27e34bdc02b8656ea9
fix: explicitly disable '-Wsuggest-attribute=format'

Some older GCC version seems to enable '-Wsuggest-attribute=format' with
'-Wall' which results in unwanted warnings. Fixing this would require
modifications to the public headers which were done in the master
branch. As a fix for this stable branch, explicitly disable this warning
if the compiler supports it.

Change-Id: Ic71a9d0986c6f3d1eae561b15c8ffad54773e825
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
configure.ac
This page took 0.02488 seconds and 4 git commands to generate.