Hide warning about readdir_r for now.

This commit is contained in:
Adam Ierymenko 2022-12-01 11:07:20 -05:00
parent a25da7f771
commit ebc1ed4015

View File

@ -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,...)