From 9cae6b1c78725360d5fbf7c507559532104cead0 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 21 Feb 2017 18:46:05 -0500 Subject: Explicitly specify void argument to functions which take no arguments. --- include/gensvm_grid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gensvm_grid.h') diff --git a/include/gensvm_grid.h b/include/gensvm_grid.h index 900a62a..0f4319e 100644 --- a/include/gensvm_grid.h +++ b/include/gensvm_grid.h @@ -115,7 +115,7 @@ struct GenGrid { }; // function declarations -struct GenGrid *gensvm_init_grid(); +struct GenGrid *gensvm_init_grid(void); void gensvm_free_grid(struct GenGrid *grid); #endif -- cgit v1.2.3