mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
using -Werror is probably more robust there
This commit is contained in:
@@ -206,7 +206,7 @@ then
|
|||||||
fi
|
fi
|
||||||
if test "x$ed25519impl" = "xdonna"
|
if test "x$ed25519impl" = "xdonna"
|
||||||
then
|
then
|
||||||
CFLAGS="$cstd -Wno-unused-function"
|
CFLAGS="$cstd -Wno-unused-function -Werror"
|
||||||
AC_MSG_CHECKING([whether CC supports -Wno-unused-function])
|
AC_MSG_CHECKING([whether CC supports -Wno-unused-function])
|
||||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
|
||||||
[AC_MSG_RESULT([yes])]
|
[AC_MSG_RESULT([yes])]
|
||||||
|
|||||||
Reference in New Issue
Block a user