summaryrefslogtreecommitdiff
path: root/tests/test_atomic.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_atomic.c')
-rw-r--r--tests/test_atomic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_atomic.c b/tests/test_atomic.c
index 7d59393..e354024 100644
--- a/tests/test_atomic.c
+++ b/tests/test_atomic.c
@@ -165,7 +165,7 @@ int test_and_set_test(void)
#endif /* defined(AO_HAVE_test_and_set_acquire) */
-int main()
+int main(void)
{
test_atomic();
test_atomic_acquire();