Compiler warning issue

feature/19
Daniel Warner 2013-04-01 11:08:05 +01:00
parent 98d6e837fc
commit e298c9fdf7
2 changed files with 1 additions and 7 deletions

View File

@ -1,9 +1,5 @@
# Exact paths to config junk # Exact paths to config junk
#^INSTALL$ ^config.(h|log|status|guess|sub)$
#^aclocal.m4$
#^(stamp-h1|depcomp|install-sh|ltmain.sh|missing)$
#^config.(h|log|status|guess|sub)$
#^autom4te.cache$
# Build artifacts # Build artifacts
^libsgp4/libsgp4.a$ ^libsgp4/libsgp4.a$

View File

@ -24,7 +24,6 @@ double FindMaxElevation(
Observer obs(user_geo); Observer obs(user_geo);
bool running; bool running;
int cnt;
double time_step = (los - aos).TotalSeconds() / 9.0; double time_step = (los - aos).TotalSeconds() / 9.0;
DateTime current_time(aos); //! current time DateTime current_time(aos); //! current time
@ -33,7 +32,6 @@ double FindMaxElevation(
double max_elevation; //! max elevation double max_elevation; //! max elevation
running = true; running = true;
cnt = 0;
do do
{ {