From 3536a2318f40d7af19c3e364e42c4f816d7a409a Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 5 Feb 2016 11:32:17 +0100 Subject: [PATCH] s4-torture: fix gcc6 build warning. source4/torture/ndr/samr.c:277:22: warning: 'samr_changepassworduser3_w2k_out_data' defined but not used [-Wunused-const-variable] Guenther Signed-off-by: Guenther Deschner Reviewed-by: Jeremy Allison --- source4/torture/ndr/samr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/torture/ndr/samr.c b/source4/torture/ndr/samr.c index 91bb4d7d54f..9f2f8eedc01 100644 --- a/source4/torture/ndr/samr.c +++ b/source4/torture/ndr/samr.c @@ -274,9 +274,11 @@ static const uint8_t samr_changepassworduser3_w2k_in_data[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; +/* static const uint8_t samr_changepassworduser3_w2k_out_data[] = { 0xbb, 0x00, 0x00, 0xc0 }; +*/ static const uint8_t samr_changepassworduser3_w2k8r2_out_data[] = { 0x00, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, -- 2.47.3