From 00cc4362e8afed17e941256c43394c5df5802fe8 Mon Sep 17 00:00:00 2001 From: Ty Date: Thu, 1 Oct 2020 08:38:27 -0400 Subject: [PATCH] dev9ghzdrk: Remove obsoleted keyword for Clang. (#3768) --- plugins/dev9ghzdrk/flash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dev9ghzdrk/flash.cpp b/plugins/dev9ghzdrk/flash.cpp index c2fc27f089..2526f69535 100644 --- a/plugins/dev9ghzdrk/flash.cpp +++ b/plugins/dev9ghzdrk/flash.cpp @@ -257,7 +257,7 @@ static unsigned char xor_table[256]={ 0x00, 0x87, 0x96, 0x11, 0xA5, 0x22, 0x33, 0xB4, 0xB4, 0x33, 0x22, 0xA5, 0x11, 0x96, 0x87, 0x00}; static void xfromman_call20_calculateXors(unsigned char buffer[128], unsigned char blah[4]){ - register unsigned char a=0, b=0, c=0, i; + unsigned char a=0, b=0, c=0, i; for (i=0; i<128; i++){ a ^= xor_table[buffer[i]];