From da26ac72c68df101ae9773368fa82fdcae3ed3cf Mon Sep 17 00:00:00 2001 From: xsistema <30940645+xsistema@users.noreply.github.com> Date: Tue, 3 Apr 2018 11:17:27 +0300 Subject: [PATCH] Update oaes_lib.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Compiler error: ‘_NR’ defined but not used [-Werror=unused-const-variable=] --- src/crypto/oaes_lib.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/crypto/oaes_lib.c b/src/crypto/oaes_lib.c index f398bfa8f3..2dbc51dc35 100644 --- a/src/crypto/oaes_lib.c +++ b/src/crypto/oaes_lib.c @@ -27,9 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. * --------------------------------------------------------------------------- */ -static const char _NR[] = { - 0x4e,0x61,0x62,0x69,0x6c,0x20,0x53,0x2e,0x20, - 0x41,0x6c,0x20,0x52,0x61,0x6d,0x6c,0x69,0x00 }; #include #include