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_sparse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gensvm_sparse.h') diff --git a/include/gensvm_sparse.h b/include/gensvm_sparse.h index f897889..ed80cf2 100644 --- a/include/gensvm_sparse.h +++ b/include/gensvm_sparse.h @@ -68,7 +68,7 @@ struct GenSparse { ///< column indices, should be of length nnz }; -struct GenSparse *gensvm_init_sparse(); +struct GenSparse *gensvm_init_sparse(void); void gensvm_free_sparse(struct GenSparse *sp); long gensvm_count_nnz(double *A, long rows, long cols); bool gensvm_nnz_comparison(long nnz, long rows, long cols); -- cgit v1.2.3