summaryrefslogtreecommitdiff
path: root/tests/palette-concurrency-stress-test.c
diff options
context:
space:
mode:
authorAxel Viala <axel.viala@darnuria.eu>2022-03-25 15:25:00 +0100
committerØyvind "pippin" Kolås <pippin@gimp.org>2022-08-21 11:09:36 +0000
commitd48f0c4734f05f5c7a41225dc868bc4780c9e019 (patch)
tree75bfa6e83afec679a00393528a8db55c45640c02 /tests/palette-concurrency-stress-test.c
parent53d086b07ee557d9280c532bbceb8e4c27e54a81 (diff)
main args not used.
Diffstat (limited to 'tests/palette-concurrency-stress-test.c')
-rw-r--r--tests/palette-concurrency-stress-test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/palette-concurrency-stress-test.c b/tests/palette-concurrency-stress-test.c
index a42b15d..9dee768 100644
--- a/tests/palette-concurrency-stress-test.c
+++ b/tests/palette-concurrency-stress-test.c
@@ -52,8 +52,7 @@ thread_proc (void *data)
}
int
-main (int argc,
- char **argv)
+main (void)
{
const Babl *pal;
const Babl *pal_format;