Explorar o código

Add empty statement to suppress gcc warning about label at end of compount statement

svn:r399
Nick Mathewson %!s(int64=21) %!d(string=hai) anos
pai
achega
adbc057772
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/or/connection_exit.c

+ 1 - 0
src/or/connection_exit.c

@@ -61,6 +61,7 @@ int connection_exit_begin_conn(cell_t *cell, circuit_t *circ) {
       connection_remove(n_stream);
       connection_free(n_stream);
     case 0: /* resolve added to pending list */
+      ;
   }
   return 0;
 }