r8741: Kill warnings about enums not fully enumerated, as we will never use
authorAndrew Bartlett <abartlet@samba.org>
Mon, 25 Jul 2005 01:19:16 +0000 (01:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:30:00 +0000 (13:30 -0500)
all the branches.

Andrew Bartlett

source/libnet/libnet_vampire.c

index 79f07c05f35ac2a0903703933cd20c9c84609636..2e93a459661026439d15397d14677ab23d0c0b3d 100644 (file)
@@ -158,6 +158,8 @@ static NTSTATUS fix_delta(TALLOC_CTX *mem_ctx,
                                       error_string);
                break;
        }
+       default:
+               break;
        }
        return nt_status;
 }
@@ -395,6 +397,9 @@ static NTSTATUS libnet_samdump_fn(TALLOC_CTX *mem_ctx,
                                                                  delta);
                break;
        }
+       default:
+               /* Can't dump them all right now */
+               break;
        }
        return nt_status;
 }