Closed jasp00 closed 7 years ago
This request deals with these Clang warnings:
I add a shell function to configure.ac to check compiler options, but you may want to use AX_CHECK_COMPILE_FLAG from the Autoconf archive instead. In the XML files, I use an attribute to flag a list of unused variables.
configure.ac
AX_CHECK_COMPILE_FLAG
Thanks, merged
This request deals with these Clang warnings:
I add a shell function to
configure.ac
to check compiler options, but you may want to useAX_CHECK_COMPILE_FLAG
from the Autoconf archive instead. In the XML files, I use an attribute to flag a list of unused variables.