mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
more warning cleanup
This commit is contained in:
parent
c8e7031198
commit
6c44fcc290
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ Derived from public domain code by D. J. Bernstein.
|
||||||
#pragma warning(disable: 4146)
|
#pragma warning(disable: 4146)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __GNUC__
|
||||||
|
#pragma GCC diagnostic ignored "-Wunused-function"
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
#define crypto_int32 int32_t
|
#define crypto_int32 int32_t
|
||||||
|
|
Loading…
Add table
Reference in a new issue