summaryrefslogtreecommitdiffstats
path: root/Tests/FindLAPACK/Test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindLAPACK/Test/main.c')
-rw-r--r--Tests/FindLAPACK/Test/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindLAPACK/Test/main.c b/Tests/FindLAPACK/Test/main.c
index dd33fb3..3c7ad9f 100644
--- a/Tests/FindLAPACK/Test/main.c
+++ b/Tests/FindLAPACK/Test/main.c
@@ -14,7 +14,7 @@ typedef int64_t blas_int;
void dgesv_(blas_int*, blas_int*, double*, blas_int*, blas_int*, double*,
blas_int*, blas_int*);
-int main()
+int main(void)
{
double A[8] = {
0, 1, 2, 3, 4, 5, 6, 7,