소스 검색

mg_current_thread_id may be unused

bel 8 년 전
부모
커밋
88bf37a33e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -1079,7 +1079,7 @@ struct mg_workerTLS {
 };
 
 
-#if defined(__GNUC__)
+#if defined(__GNUC__) || defined(__MINGW32__)
 /* Show no warning in case system functions are not used. */
 #pragma GCC diagnostic push
 #pragma GCC diagnostic ignored "-Wunused-function"