From 05dbf5c0b1a80c03fd332cf9cd81e9247c1d7063 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Jan 2020 20:17:34 +0900 Subject: Removed explicit usage of the 'register' keyword. Signed-off-by: Michele Calgaro (cherry picked from commit aa98dbfe80580169f3df12489a77e8b904a1d9b9) --- kdeui/tests/kledtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdeui/tests') diff --git a/kdeui/tests/kledtest.cpp b/kdeui/tests/kledtest.cpp index d68f1e366..2663c5f9b 100644 --- a/kdeui/tests/kledtest.cpp +++ b/kdeui/tests/kledtest.cpp @@ -98,7 +98,7 @@ KLedTest::nextColor() { void KLedTest::nextLook() { - register int tmp; + int tmp; if (kled_round) { tmp = (static_cast(ledlook) +1 ) % 3 ; } -- cgit v1.2.1