瀏覽代碼

fixed unused variable

Kajetan Johannes Hammerle 3 年之前
父節點
當前提交
808b96a7fb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/enet.h

+ 1 - 0
include/enet.h

@@ -4908,6 +4908,7 @@ extern "C" {
         }
 
         int clock_gettime(int X, struct timespec *tv) {
+            (void)X;
             LARGE_INTEGER t;
             FILETIME f;
             double microseconds;