mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-25 02:02:57 -03:00
using -Werror is probably more robust there
This commit is contained in:
parent
390e8ea9de
commit
7e2503039d
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ then
|
|||
fi
|
||||
if test "x$ed25519impl" = "xdonna"
|
||||
then
|
||||
CFLAGS="$cstd -Wno-unused-function"
|
||||
CFLAGS="$cstd -Wno-unused-function -Werror"
|
||||
AC_MSG_CHECKING([whether CC supports -Wno-unused-function])
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
|
||||
[AC_MSG_RESULT([yes])]
|
||||
|
|
Loading…
Add table
Reference in a new issue