From bfc98dbb175752ce2ff657baa9192e43f99cf5a3 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 24 Feb 2014 02:16:09 +0100 Subject: Silence -Wextra warnings --- src/export/convert_coords.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/export') diff --git a/src/export/convert_coords.c b/src/export/convert_coords.c index 37d780a..05db96e 100644 --- a/src/export/convert_coords.c +++ b/src/export/convert_coords.c @@ -1,7 +1,7 @@ #include #include #include -int main(int argc, char *argv[]) +int main( ) { double x, y; char buf[64]; -- cgit v1.2.3