[libvirt] [PATCH] Remove stray semicolon after pragma macros

Eric Blake eblake at redhat.com
Wed Dec 18 18:05:31 UTC 2013


On 12/18/2013 09:17 AM, Daniel P. Berrange wrote:
> The VIR_WARNINGS_NO_CAST_ALIGN / VIR_WARNINGS_RESET should
> not have any trailing ';' since they are pragmas. The use
> of a ';' results in an empty statement which confuses CIL.
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/nwfilter/nwfilter_dhcpsnoop.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

ACK.

> 
> diff --git a/src/nwfilter/nwfilter_dhcpsnoop.c b/src/nwfilter/nwfilter_dhcpsnoop.c
> index e8fcfef..a96a790 100644
> --- a/src/nwfilter/nwfilter_dhcpsnoop.c
> +++ b/src/nwfilter/nwfilter_dhcpsnoop.c
> @@ -981,9 +981,9 @@ virNWFilterSnoopDHCPDecode(virNWFilterSnoopReqPtr req,
>      /* go through the protocol headers */
>      switch (ntohs(pep->eh_type)) {
>      case ETHERTYPE_IP:
> -        VIR_WARNINGS_NO_CAST_ALIGN;
> +        VIR_WARNINGS_NO_CAST_ALIGN
>          pip = (struct iphdr *) pep->eh_data;
> -        VIR_WARNINGS_RESET;
> +        VIR_WARNINGS_RESET
>          len -= offsetof(virNWFilterSnoopEthHdr, eh_data);
>          break;
>      default:
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20131218/0ef64c37/attachment-0001.sig>


More information about the libvir-list mailing list