summaryrefslogtreecommitdiff
path: root/tests/xyz_to_lab.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/xyz_to_lab.c
parent53d086b07ee557d9280c532bbceb8e4c27e54a81 (diff)
main args not used.
Diffstat (limited to 'tests/xyz_to_lab.c')
-rw-r--r--tests/xyz_to_lab.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/xyz_to_lab.c b/tests/xyz_to_lab.c
index dd86281..c8e0b81 100644
--- a/tests/xyz_to_lab.c
+++ b/tests/xyz_to_lab.c
@@ -64,8 +64,7 @@ test (void)
}
int
-main (int argc,
- char **argv)
+main (void)
{
babl_init ();
if (test ())