[lvm-devel] [PATCH 29/29] Check for NULL pointer

Alasdair G Kergon agk at redhat.com
Mon Nov 29 22:47:51 UTC 2010


On Fri, Nov 26, 2010 at 12:02:33AM +0100, Zdenek Kabelac wrote:
> +	default:
> +		log_error(INTERNAL_ERROR "Unknown report type.");
> +		return ECMD_FAILED;

It's an enum where we cover every value.  An assertion is frankly
pointless.

I could equally perform my own 'static analysis' and deduce that the
default case there is redundant and delete it:)

Alasdair




More information about the lvm-devel mailing list