summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-15 09:52:48 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2013-10-15 09:52:48 (GMT)
commitcb40bb630ca469426962b4056750716cd43f478d (patch)
treef2f7184f0043e7c6a2e0eb411aa6ddadcad4851d /src/tests
parent8ba24a423fb2d714306cba4701a704933d0bcc77 (diff)
Fix compiler warnings.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/md_openmp.c2
-rw-r--r--src/tests/md_openmp_util.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/md_openmp.c b/src/tests/md_openmp.c
index 1560c5d..168092a 100644
--- a/src/tests/md_openmp.c
+++ b/src/tests/md_openmp.c
@@ -19,7 +19,7 @@ void update ( int np, int nd, double pos[], double vel[], double f[],
/******************************************************************************/
-int main ( int argc, char *argv[] )
+int main ()
/******************************************************************************/
/*
diff --git a/src/tests/md_openmp_util.c b/src/tests/md_openmp_util.c
index 26c630d..d3504e4 100644
--- a/src/tests/md_openmp_util.c
+++ b/src/tests/md_openmp_util.c
@@ -19,7 +19,7 @@ void update ( int np, int nd, float pos[], float vel[], float f[],
/******************************************************************************/
-int main ( int argc, char *argv[] )
+int main ()
/******************************************************************************/
/*
contact: Jan Huwald // Impressum