diff options
-rw-r--r-- | node/C25519.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node/C25519.cpp b/node/C25519.cpp index 38cfd614..d7c7011f 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 |