Browse Source

fixed unused variable

Kajetan Johannes Hammerle 2 years ago
parent
commit
808b96a7fb
1 changed files with 1 additions and 0 deletions
  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;