Hi,

On 06/21/2014 08:26 AM, Alan Coopersmith wrote:
> Flagged by cppcheck 1.65:
> [mkfontscale.c:247]: (style) Expression is always false because
>  'else if' condition matches previous condition at line 224.
> [mkfontscale.c:245]: (style) Expression is always false because
>  'else if' condition matches previous condition at line 227.
> 
> Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>

Looks good, nice cleanup:

Reviewed-by: Hans de Goede <hdego...@redhat.com>

Regards,

Hans

> ---
>  mkfontscale.c |    4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/mkfontscale.c b/mkfontscale.c
> index 036a0b4..da93e0c 100644
> --- a/mkfontscale.c
> +++ b/mkfontscale.c
> @@ -242,10 +242,6 @@ main(int argc, char **argv)
>              }
>              bigEncodingFuzz = atof(argv[argn + 1]) / 100.0;
>              argn += 2;
> -        } else if (strcmp(argv[argn], "-r") == 0) { /* ignore for now */
> -         argn++;
> -     } else if (strcmp(argv[argn], "-n") == 0) {
> -         argn++;
>       } else if (strcmp(argv[argn], "-v") == 0) {
>           printf("%s\n", PACKAGE_STRING);
>           exit(0);
> 
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to