Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-06-20 22:48:29 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2021-06-20 23:24:48 +0300
commit27f0b245e0571849c22a32fc6be74d40d926ad83 (patch)
tree46971df7765c3bc329027042c111d002c95f8665 /tests
parenta336f470edde80bb2252b99b2d1cbd7cd40f17d0 (diff)
build: add -Wstrict-prototypes to the compiler arguments
Diffstat (limited to 'tests')
-rw-r--r--tests/header_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/header_test.c b/tests/header_test.c
index dfe0dfb..2cd9eca 100644
--- a/tests/header_test.c
+++ b/tests/header_test.c
@@ -27,7 +27,7 @@
#include DAV1D_TEST_HEADER
-int main()
+int main(void)
{
return 0;
}