summaryrefslogtreecommitdiff
path: root/donna_sse.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-30 23:06:06 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-30 23:06:06 -0500
commit31fdfaa0708f53f4d7b4d5c7ebe5f662f5f54884 (patch)
tree35256ccbdb5d19268917b23c1f460e5b9a749b4e /donna_sse.cpp
parent3d8bd4c582b6ed4ec5a6ee806dc5e1b407dbfdaa (diff)
downloadcryptopp-git-31fdfaa0708f53f4d7b4d5c7ebe5f662f5f54884.tar.gz
Clear unused function warning in Donna source files (GH #793)
Diffstat (limited to 'donna_sse.cpp')
-rw-r--r--donna_sse.cpp1
1 files changed, 1 insertions, 0 deletions
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