Browse Source

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

bel2125 7 years ago
parent
commit
a5ff06bfd0
1 changed files with 1 additions and 0 deletions
  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);