summaryrefslogtreecommitdiffstats
path: root/Tests/FindBLAS/Test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindBLAS/Test/main.c')
-rw-r--r--Tests/FindBLAS/Test/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindBLAS/Test/main.c b/Tests/FindBLAS/Test/main.c
index 4fc9fe4..4ce1efb 100644
--- a/Tests/FindBLAS/Test/main.c
+++ b/Tests/FindBLAS/Test/main.c
@@ -13,7 +13,7 @@ typedef int64_t blas_int;
// declare what parts of the blas C-API we need
void dswap_(blas_int* N, double* X, blas_int* incX, double* Y, blas_int* incY);
-int main()
+int main(void)
{
double x[4] = { 1, 2, 3, 4 };
double y[4] = { 8, 7, 7, 6 };