1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-06-09 01:54:09 +00:00

Remove last warning

This commit is contained in:
Carles Fernandez 2017-04-23 01:10:11 +02:00
parent c28a9c5711
commit 7f6075172b

View File

@ -223,7 +223,7 @@ int ionocorr(gtime_t time, const nav_t *nav, int sat, const double *pos,
* double *var O tropospheric delay variance (m^2) * double *var O tropospheric delay variance (m^2)
* return : status(1:ok,0:error) * return : status(1:ok,0:error)
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/
int tropcorr(gtime_t time, const nav_t *nav, const double *pos, int tropcorr(gtime_t time, const nav_t *nav __attribute__((unused)), const double *pos,
const double *azel, int tropopt, double *trp, double *var) const double *azel, int tropopt, double *trp, double *var)
{ {
trace(4, "tropcorr: time=%s opt=%d pos=%.3f %.3f azel=%.3f %.3f\n", trace(4, "tropcorr: time=%s opt=%d pos=%.3f %.3f azel=%.3f %.3f\n",