more warning cleanup

This commit is contained in:
Adam Ierymenko 2019-08-08 10:28:57 -05:00
parent c8e7031198
commit 6c44fcc290
No known key found for this signature in database
GPG Key ID: 1657198823E52A61

View File

@ -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