c++ register is deprecated and incompatible with C++17

with modern compiler and not on microcontroller seems useless
pull/326/head
Davide Gerhard 2019-04-15 12:07:36 +02:00
rodzic d1d51a5d34
commit 140c170ac4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7CBEFA144857DC97
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -135,7 +135,7 @@ static float max_star0(
float delta1,
float delta2 )
{
register float diff;
float diff;
diff = delta2 - delta1;