Browse Source

Compilation failure

Sree Kuchibhotla 9 năm trước cách đây
mục cha
commit
fcb304f493
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      test/core/iomgr/ev_epoll_linux_test.c

+ 3 - 1
test/core/iomgr/ev_epoll_linux_test.c

@@ -239,4 +239,6 @@ int main(int argc, char **argv) {
   grpc_iomgr_shutdown();
   return 0;
 }
-#endif /* defined(GPR_LINUX_EPOLL) */
+#else /* defined(GPR_LINUX_EPOLL) */
+int main(int argc, char **argv) { return 0; }
+#endif /* !defined(GPR_LINUX_EPOLL) */