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

with modern compiler and not on microcontroller seems useless
This commit is contained in:
Davide Gerhard 2019-04-15 12:07:36 +02:00
parent d1d51a5d34
commit 140c170ac4
No known key found for this signature in database
GPG Key ID: 7CBEFA144857DC97
1 changed files with 1 additions and 1 deletions

View File

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