From 31fdfaa0708f53f4d7b4d5c7ebe5f662f5f54884 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 30 Jan 2019 23:06:06 -0500 Subject: Clear unused function warning in Donna source files (GH #793) --- donna_sse.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'donna_sse.cpp') diff --git a/donna_sse.cpp b/donna_sse.cpp index 99607b6d..410afbc4 100644 --- a/donna_sse.cpp +++ b/donna_sse.cpp @@ -24,6 +24,7 @@ // and not the actual alignment of the variable and data. #if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE # pragma GCC diagnostic ignored "-Wcast-align" +# pragma GCC diagnostic ignored "-Wunused-function" #endif // Squash MS LNK4221 and libtool warnings -- cgit v1.2.1