From 6c44fcc290ae6a4c636d3c4694e908cb17dd3cfc Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 8 Aug 2019 10:28:57 -0500 Subject: [PATCH] more warning cleanup --- node/C25519.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/node/C25519.cpp b/node/C25519.cpp index 38cfd6141..d7c7011fd 100644 --- a/node/C25519.cpp +++ b/node/C25519.cpp @@ -22,6 +22,10 @@ Derived from public domain code by D. J. Bernstein. #pragma warning(disable: 4146) #endif +#ifdef __GNUC__ +#pragma GCC diagnostic ignored "-Wunused-function" +#endif + namespace { #define crypto_int32 int32_t