Compiler warning issue
parent
98d6e837fc
commit
e298c9fdf7
|
@ -1,9 +1,5 @@
|
|||
# Exact paths to config junk
|
||||
#^INSTALL$
|
||||
#^aclocal.m4$
|
||||
#^(stamp-h1|depcomp|install-sh|ltmain.sh|missing)$
|
||||
#^config.(h|log|status|guess|sub)$
|
||||
#^autom4te.cache$
|
||||
^config.(h|log|status|guess|sub)$
|
||||
|
||||
# Build artifacts
|
||||
^libsgp4/libsgp4.a$
|
||||
|
|
|
@ -24,7 +24,6 @@ double FindMaxElevation(
|
|||
Observer obs(user_geo);
|
||||
|
||||
bool running;
|
||||
int cnt;
|
||||
|
||||
double time_step = (los - aos).TotalSeconds() / 9.0;
|
||||
DateTime current_time(aos); //! current time
|
||||
|
@ -33,7 +32,6 @@ double FindMaxElevation(
|
|||
double max_elevation; //! max elevation
|
||||
|
||||
running = true;
|
||||
cnt = 0;
|
||||
|
||||
do
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue