Browse Source

fixed unused variable

Kajetan Johannes Hammerle 3 năm trước cách đây
mục cha
commit
808b96a7fb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;