mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-21 14:29:10 +00: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
|
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])]
|
||||||
|
|
Loading…
Add table
Reference in a new issue