stardis-test

Test Stardis behaviors
git clone git://git.meso-star.fr/stardis-test.git
Log | Files | Refs | README | LICENSE

commit 82e97eddc249c1b6a1fd595fac25cdd636d9a7c0
parent 3080b12c67263624a7c5e8bf2d2d0724511a447d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 28 Feb 2024 10:54:00 +0100

Remove useless code

Diffstat:
Msrc/sadist_probe_boundary.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/sadist_probe_boundary.c b/src/sadist_probe_boundary.c @@ -462,7 +462,6 @@ main(int argc, char** argv) struct args args = ARGS_DEFAULT; struct sadist_trilinear_profile profile = SADIST_TRILINEAR_PROFILE_NULL; int err = 0; - (void)argc, (void)argv; if((err = args_init(&args, argc, argv))) goto error; if(args.quit) goto exit;