Skip to content

Commit 1a205b5

Browse files
committed
Fix: warning C4189: 'rtn': local variable is initialized but not referenced
1 parent f1e9950 commit 1a205b5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/p528/ValidateInputs.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
int ValidateInputs(double d__km, double h_1__meter, double h_2__meter,
2222
double f__mhz, int T_pol, double p, int* warnings)
2323
{
24-
int rtn = SUCCESS;
25-
2624
if (d__km < 0)
2725
return ERROR_VALIDATION__D_KM;
2826

0 commit comments

Comments
 (0)