Skip to content

lima: Print usage if --help is any of the arguments.

Vinson Lee requested to merge vlee/mesa:fix-cid-1453848 into master

Fix defect reported by Coverity Scan.

Structurally dead code (UNREACHABLE) unreachable: Since the loop increment n++; is unreachable, the loop body will never execute more than once.

Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @anarsoul

Merge request reports