s4-torture: fix gcc6 build warning.
authorGünther Deschner <gd@samba.org>
Mon, 1 Feb 2016 15:06:18 +0000 (16:06 +0100)
committerJeremy Allison <jra@samba.org>
Sat, 6 Feb 2016 20:48:18 +0000 (21:48 +0100)
source4/torture/ndr/drsuapi.c:272:22: warning: 'DsBind_req2_dat' defined but
not used [-Wunused-const-variable]

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/ndr/drsuapi.c

index 8208020e599c76495319df6f6d74b86f87dc69bf..5d26c4bc4edeebbca8bb697e87d8097f1e14863e 100644 (file)
@@ -247,6 +247,7 @@ static const uint8_t DsAddEntry_resp1_dat[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
 };
 
+/*
 static const uint8_t DsBind_req1_dat[] = {
   0x00, 0x00, 0x02, 0x00, 0x9c, 0xb9, 0xfa, 0x6a, 0x26, 0x6e, 0x4a, 0x46,
   0x97, 0x5f, 0xf5, 0x8f, 0x10, 0x52, 0x18, 0xbc, 0x04, 0x00, 0x02, 0x00,
@@ -259,6 +260,7 @@ static const uint8_t DsBind_req1_dat[] = {
   0xeb, 0x1c, 0xc9, 0x11, 0x9f, 0xe8, 0x08, 0x00, 0x2b, 0x10, 0x48, 0x60,
   0x02, 0x00, 0x00, 0x00
 };
+*/
 
 static const uint8_t DsBind_resp1_dat[] = {
   0x00, 0x00, 0x02, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00,
@@ -269,6 +271,7 @@ static const uint8_t DsBind_resp1_dat[] = {
   0x00, 0x00, 0x00, 0x00
 };
 
+/*
 static const uint8_t DsBind_req2_dat[] = {
   0x00, 0x00, 0x02, 0x00, 0x9c, 0xb9, 0xfa, 0x6a, 0x26, 0x6e, 0x4a, 0x46,
   0x97, 0x5f, 0xf5, 0x8f, 0x10, 0x52, 0x18, 0xbc, 0x04, 0x00, 0x02, 0x00,
@@ -277,6 +280,7 @@ static const uint8_t DsBind_req2_dat[] = {
   0x15, 0xe3, 0x87, 0xe8, 0xfc, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00
 };
+*/
 
 static const uint8_t DsBind_resp2_dat[] = {
   0x00, 0x00, 0x02, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00,