소스 검색

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;