mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
c++ register is deprecated and incompatible with C++17
with modern compiler and not on microcontroller seems useless
This commit is contained in:
parent
d1d51a5d34
commit
140c170ac4
@ -135,7 +135,7 @@ static float max_star0(
|
||||
float delta1,
|
||||
float delta2 )
|
||||
{
|
||||
register float diff;
|
||||
float diff;
|
||||
|
||||
diff = delta2 - delta1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user