Re: [PATCH] fixed-benchmark: remove unused arguments in main

2015-07-10 Thread Bryce Harrington
On Fri, Jul 03, 2015 at 09:33:23AM +0200, Marek Chalupa wrote: > Fixed benchmark uses main(int argc, char *argv[]) > but does not use the arguments, so we can replace them with void > > Signed-off-by: Marek Chalupa Reviewed-by: Bryce Harrington Pushed: To ssh://git.freedesktop.org/git/wayland/

[PATCH] fixed-benchmark: remove unused arguments in main

2015-07-03 Thread Marek Chalupa
Fixed benchmark uses main(int argc, char *argv[]) but does not use the arguments, so we can replace them with void Signed-off-by: Marek Chalupa --- tests/fixed-benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixed-benchmark.c b/tests/fixed-benchmark.c index