mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-13 04:38:28 +00:00
more warning cleanup
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user