Hide warning about readdir_r for now.

This commit is contained in:
Adam Ierymenko 2022-12-01 11:07:20 -05:00 committed by Grant Limberg
commit 900035f56a
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -43,6 +43,10 @@
#include "OSUtils.hpp" #include "OSUtils.hpp"
#ifdef __GCC__
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
namespace ZeroTier { namespace ZeroTier {
unsigned int OSUtils::ztsnprintf(char *buf,unsigned int len,const char *fmt,...) unsigned int OSUtils::ztsnprintf(char *buf,unsigned int len,const char *fmt,...)