From 7e2503039d23f2f45ddca8088459d09d362cd70e Mon Sep 17 00:00:00 2001 From: cathugger Date: Fri, 15 Mar 2019 21:18:35 +0000 Subject: [PATCH] using -Werror is probably more robust there --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bc36a72..757294d 100644 --- a/configure.ac +++ b/configure.ac @@ -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])]