From 0494a763402eada02bdd4d5c211816ac73745eb2 Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Tue, 26 Nov 2019 23:06:51 -0500 Subject: c/cpp: removed unused args --- manual tests/1 wrap/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual tests/1 wrap') diff --git a/manual tests/1 wrap/main.c b/manual tests/1 wrap/main.c index 39d3a9a..df6abe4 100644 --- a/manual tests/1 wrap/main.c +++ b/manual tests/1 wrap/main.c @@ -1,7 +1,7 @@ #include #include -int main(int argc, char **argv) { +int main(void) { sqlite3 *db; if(sqlite3_open(":memory:", &db) != SQLITE_OK) { printf("Sqlite failed.\n"); -- cgit v1.1