From f1203a7df9a39da0c75e5fa5ddbc2ce79b008a4b Mon Sep 17 00:00:00 2001 From: svost Date: Mon, 4 May 2015 13:11:12 +0300 Subject: [PATCH] Deprecated with -std=c++11 --- src/stun.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/stun.cpp b/src/stun.cpp index 1ab410e..30da395 100644 --- a/src/stun.cpp +++ b/src/stun.cpp @@ -351,7 +351,7 @@ static void stun_req_id(struct stun_header *req) req->id.id[1] &= 0x55555555; req->id.id[2] |= 0x55555555; req->id.id[3] &= 0x55555555; - register char x = 20; + char x = 20; do { uint32_t s_elm = S_block[(uint8_t)randfiller]; randfiller ^= (randfiller << 5) | (randfiller >> (64 - 5)); -- 1.7.1