Re: [PATCH] rtla: Fix exit status when returning from calls to usage()
From: Daniel Bristot de Oliveira
Date: Fri Nov 04 2022 - 10:42:56 EST
On 11/3/22 14:57, John Kacur wrote:
> rtla_usage(), osnoise_usage() and timerlat_usage() all exit with an
> error status
missing .
> However when these are called from help, they should exit with a
> non-error status.
>
> Fix this by passing the exit status to the functions
missing .
> Note, although we remove the subsequent call to exit after calling
> usage, we leave it in at the end of a function to supress the compiler
suppress?
> warning "control reaches end of a non-void function"
missing .
Yep, that is a problem, and agree with the solution (I am already doing it
in the rv cmd line).
-- Daniel