[Groonga-commit] groonga/groonga at 407aa72 [master] Suppress a warning for select() case

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 10 23:26:19 JST 2015


Kouhei Sutou	2015-01-10 23:26:19 +0900 (Sat, 10 Jan 2015)

  New Revision: 407aa72fc749a5b4576a780959b176037d699567
  https://github.com/groonga/groonga/commit/407aa72fc749a5b4576a780959b176037d699567

  Message:
    Suppress a warning for select() case

  Modified files:
    lib/com.c

  Modified: lib/com.c (+1 -1)
===================================================================
--- lib/com.c    2015-01-10 18:47:55 +0900 (409bffb)
+++ lib/com.c    2015-01-10 23:26:19 +0900 (a17d3a9)
@@ -310,7 +310,7 @@ grn_com_event_init(grn_ctx *ctx, grn_com_event *ev, int max_nevents, int data_si
     ev->hash = NULL;
     ev->events = NULL;
 #else /* USE_SELECT */
-
+    goto exit;
 #endif /* USE_SELECT */
   }
 exit :
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index