Author: abartlet
Date: 2005-07-25 01:19:16 +0000 (Mon, 25 Jul 2005)
New Revision: 8741

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8741

Log:
Kill warnings about enums not fully enumerated, as we will never use
all the branches.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/libnet/libnet_vampire.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_vampire.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_vampire.c   2005-07-25 01:17:09 UTC 
(rev 8740)
+++ branches/SAMBA_4_0/source/libnet/libnet_vampire.c   2005-07-25 01:19:16 UTC 
(rev 8741)
@@ -158,6 +158,8 @@
                                       error_string);
                break;
        }
+       default:
+               break;
        }
        return nt_status;
 }
@@ -395,6 +397,9 @@
                                                                  delta);
                break;
        }
+       default:
+               /* Can't dump them all right now */
+               break;
        }
        return nt_status;
 }

Reply via email to