Selaa lähdekoodia

Unit test: Temporarily disable some unit test marks to find a timeout, avoid "unused" warning

bel2125 7 vuotta sitten
vanhempi
commit
a5ff06bfd0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      test/public_server.c

+ 1 - 0
test/public_server.c

@@ -1043,6 +1043,7 @@ websocket_client_close_handler(const struct mg_connection *conn,
 	    (struct tclient_data *)mg_get_user_data(ctx);
 
 //	ck_assert_ptr_eq(user_data, (void *)pclient_data);
+            (void)user_data;
 
 //	ck_assert(pclient_data != NULL);