mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Hide warning about readdir_r for now.
This commit is contained in:
parent
a25da7f771
commit
ebc1ed4015
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue