Преглед изворни кода

Hide warning about readdir_r for now.

Adam Ierymenko пре 2 година
родитељ
комит
ebc1ed4015
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      osdep/OSUtils.cpp

+ 4 - 0
osdep/OSUtils.cpp

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