Build: Windows #202
Annotations
2 warnings
|
main (debug)
3rdparty/sgp4/SGP4.cc:344:6: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else
^
3rdparty/sgp4/SGP4.cc:1016:14: warning: variable 'iret' set but not used [-Wunused-but-set-variable]
int iretn, iret;
^
3rdparty/sgp4/SGP4.cc:2239:15: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat]
&cardnumb, &satrec.satnum, &satrec.classification, &satrec.intldesg, &satrec.epochyr,
^~~~~~~~~~~~~~
3rdparty/sgp4/SGP4.cc:2239:55: warning: format specifies type 'char *' but the argument has type 'char (*)[11]' [-Wformat]
&cardnumb, &satrec.satnum, &satrec.classification, &satrec.intldesg, &satrec.epochyr,
^~~~~~~~~~~~~~~~
3rdparty/sgp4/SGP4.cc:2258:18: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat]
&cardnumb, &satrec.satnum, &satrec.inclo,
^~~~~~~~~~~~~~
3rdparty/sgp4/SGP4.cc:2272:18: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat]
&cardnumb, &satrec.satnum, &satrec.inclo,
^~~~~~~~~~~~~~
3rdparty/sgp4/SGP4.cc:2288:18: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat]
&cardnumb, &satrec.satnum, &satrec.inclo,
^~~~~~~~~~~~~~
3rdparty/sgp4/SGP4.cc:2302:18: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat]
&cardnumb, &satrec.satnum, &satrec.inclo,
^~~~~~~~~~~~~~
8 warnings generated.
|
|
main (release)
3rdparty/sgp4/SGP4.cc:344:6: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else
^
3rdparty/sgp4/SGP4.cc:2239:15: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat]
&cardnumb, &satrec.satnum, &satrec.classification, &satrec.intldesg, &satrec.epochyr,
^~~~~~~~~~~~~~
3rdparty/sgp4/SGP4.cc:2239:55: warning: format specifies type 'char *' but the argument has type 'char (*)[11]' [-Wformat]
&cardnumb, &satrec.satnum, &satrec.classification, &satrec.intldesg, &satrec.epochyr,
^~~~~~~~~~~~~~~~
3rdparty/sgp4/SGP4.cc:2258:18: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat]
&cardnumb, &satrec.satnum, &satrec.inclo,
^~~~~~~~~~~~~~
3rdparty/sgp4/SGP4.cc:2272:18: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat]
&cardnumb, &satrec.satnum, &satrec.inclo,
^~~~~~~~~~~~~~
3rdparty/sgp4/SGP4.cc:2288:18: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat]
&cardnumb, &satrec.satnum, &satrec.inclo,
^~~~~~~~~~~~~~
3rdparty/sgp4/SGP4.cc:2302:18: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat]
&cardnumb, &satrec.satnum, &satrec.inclo,
^~~~~~~~~~~~~~
7 warnings generated.
|