mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-21 02:01:22 +00:00
Hide warning about readdir_r for now.
This commit is contained in:
parent
a25da7f771
commit
ebc1ed4015
@ -43,6 +43,10 @@
|
||||
|
||||
#include "OSUtils.hpp"
|
||||
|
||||
#ifdef __GCC__
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
unsigned int OSUtils::ztsnprintf(char *buf,unsigned int len,const char *fmt,...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user