Skip to content

Commit

Permalink
Omit unused arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ffee committed Mar 21, 2018
1 parent 37373db commit 82917cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include "config.h"

int main(int argc, char *argv[]) {
int main(void) {
int list_s; /* listening socket */
int conn_s; /* connection socket */
struct sockaddr_in6 servaddr; /* socket address structure */
Expand Down

0 comments on commit 82917cd

Please sign in to comment.