[dpdk-dev] [PATCH v2] bus/pci: netuio interface for windows

Stephen Hemminger stephen at networkplumber.org
Wed Sep 16 03:54:09 CEST 2020


On Tue, 15 Sep 2020 16:28:03 -0700
Pallavi Kadam <pallavi.kadam at intel.com> wrote:

> +	if (IsEqualGUID((const void *)&(device_info_data->ClassGuid),
> +		(const void *)&GUID_DEVCLASS_NETUIO))

Is there anyway to get rid of casts and have the right types?
Casts are evil


More information about the dev mailing list