Skip to content

Instantly share code, notes, and snippets.

@patrickelectric
Created May 16, 2017 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickelectric/113824eac42599c33e5f7ff9951167a6 to your computer and use it in GitHub Desktop.
Save patrickelectric/113824eac42599c33e5f7ff9951167a6 to your computer and use it in GitHub Desktop.
emlid_rktlib_reach_compile
make -j4
cd src/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/src/src.pro ) && make -f Makefile
cd app/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/app.pro ) && make -f Makefile
make[1]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/build/app'
cd rtknavi_qt/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtknavi_qt/rtknavi_qt.pro ) && make -f Makefile
cd rtkget_qt/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkget_qt/rtkget_qt.pro ) && make -f Makefile
cd rtkplot_qt/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/app/rtkplot_qt/rtkplot_qt.pro ) && make -f Makefile
make[1]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/build/src'
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtkcmn.o ../../src/rtkcmn.c
../../src/rtkcmn.c:191:5: warning: missing initializer for field ‘mask’ of ‘snrmask_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
15.0*D2R,{{0,0}}, /* elmin,snrmask */
^~~~
In file included from ../../src/rtkcmn.c:139:0:
../../src/rtklib.h:1042:12: note: ‘mask’ declared here
double mask[NFREQ][9]; /* mask (dBHz) at 5,10,...85 deg */
^~~~
../../src/rtkcmn.c:208:1: warning: missing initializer for field ‘maxaveep’ of ‘prcopt_t {aka const struct <anonymous>}’ [-Wmissing-field-initializers]
};
^
In file included from ../../src/rtkcmn.c:139:0:
../../src/rtklib.h:1099:10: note: ‘maxaveep’ declared here
int maxaveep; /* max averaging epoches */
^~~~~~~~
../../src/rtkcmn.c:215:1: warning: missing initializer for field ‘maxsolstd’ of ‘solopt_t {aka const struct <anonymous>}’ [-Wmissing-field-initializers]
};
^
In file included from ../../src/rtkcmn.c:139:0:
../../src/rtklib.h:1129:12: note: ‘maxsolstd’ declared here
double maxsolstd; /* max std-dev for solution output (m) (0:all) */
^~~~~~~~~
../../src/rtkcmn.c: In function ‘matinv’:
../../src/rtkcmn.c:1048:9: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i=0;i<n;i++) A[i+j*n]=0.0; A[j+j*n]=1.0;
^~~
../../src/rtkcmn.c:1048:41: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (i=0;i<n;i++) A[i+j*n]=0.0; A[j+j*n]=1.0;
^
../../src/rtkcmn.c: In function ‘str2num’:
../../src/rtkcmn.c:1225:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (s+=i;*s&&--n>=0;s++) *p++=*s=='d'||*s=='D'?'E':*s; *p='\0';
^~~
../../src/rtkcmn.c:1225:61: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (s+=i;*s&&--n>=0;s++) *p++=*s=='d'||*s=='D'?'E':*s; *p='\0';
^
../../src/rtkcmn.c: In function ‘str2time’:
../../src/rtkcmn.c:1241:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (s+=i;*s&&--n>=0;) *p++=*s++; *p='\0';
^~~
../../src/rtkcmn.c:1241:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (s+=i;*s&&--n>=0;) *p++=*s++; *p='\0';
^
../../src/rtkcmn.c: In function ‘tropmodel’:
../../src/rtkcmn.c:3519:33: warning: unused parameter ‘time’ [-Wunused-parameter]
extern double tropmodel(gtime_t time, const double *pos, const double *azel,
^~~~
At top level:
../../src/rtkcmn.c:141:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: rtkcmn.c,v 1.1 2008/07/17 21:48:06 ttaka Exp ttaka $";
^~~~~
make[2]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/build/app/rtkget_qt'
make[2]: *** No rule to make target '../../src/libRTKLib.a', needed by 'rtkget_qt'. Stop.
make[2]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/build/app/rtkget_qt'
make[1]: *** [Makefile:75: sub-rtkget_qt-make_first] Error 2
make[1]: *** Waiting for unfinished jobs....
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o convkml.o ../../src/convkml.c
../../src/convkml.c: In function ‘outtrack’:
../../src/convkml.c:36:38: warning: unused parameter ‘outtime’ [-Wunused-parameter]
int outalt, int outtime)
^~~~~~~
At top level:
../../src/convkml.c:23:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: convkml.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o convrnx.o ../../src/convrnx.c
make[2]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/build/app/rtknavi_qt'
make[2]: *** No rule to make target '../../src/libRTKLib.a', needed by 'rtknavi_qt'. Stop.
make[2]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/build/app/rtknavi_qt'
make[1]: *** [Makefile:50: sub-rtknavi_qt-make_first] Error 2
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o convgpx.o ../../src/convgpx.c
../../src/convrnx.c: In function ‘setapppos’:
../../src/convrnx.c:941:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}};
^~~~~
In file included from ../../src/convrnx.c:31:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
At top level:
../../src/convrnx.c:33:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
make[2]: Entering directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/build/app/rtkplot_qt'
make[2]: *** No rule to make target '../../src/libRTKLib.a', needed by 'rtkplot_qt'. Stop.
make[2]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/build/app/rtkplot_qt'
make[1]: *** [Makefile:100: sub-rtkplot_qt-make_first] Error 2
make[1]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/build/app'
make: *** [Makefile:69: sub-app-make_first] Error 2
make: *** Waiting for unfinished jobs....
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o datum.o ../../src/datum.c
../../src/datum.c:11:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: datum.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o download.o ../../src/download.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ephemeris.o ../../src/ephemeris.c
../../src/download.c: In function ‘get_list’:
../../src/download.c:322:9: warning: unused variable ‘stat’ [-Wunused-variable]
int stat;
^~~~
../../src/download.c: In function ‘test_local’:
../../src/download.c:505:22: warning: unused variable ‘remot_p’ [-Wunused-variable]
char remot[1024],remot_p[1024],dir_t[1024],local[1024],str[1024];
^~~~~~~
../../src/download.c: In function ‘dl_test’:
../../src/download.c:776:12: warning: unused variable ‘tow’ [-Wunused-variable]
double tow;
^~~
At top level:
../../src/download.c:16:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
../../src/ephemeris.c:59:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o geoid.o ../../src/geoid.c
../../src/geoid.c: In function ‘fgetgsi’:
../../src/geoid.c:138:47: warning: unused parameter ‘nlat’ [-Wunused-parameter]
static double fgetgsi(FILE *fp, int nlon, int nlat, int i, int j)
^~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o gis.o ../../src/gis.c
../../src/gis.c: In function ‘gis_read’:
../../src/gis.c:314:25: warning: unused variable ‘q’ [-Wunused-variable]
char path[1024],*p,*q;
^
At top level:
../../src/gis.c:15:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ionex.o ../../src/ionex.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o lambda.o ../../src/lambda.c
../../src/ionex.c:21:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
../../src/lambda.c:19:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: lambda.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
At top level:
../../src/geoid.c:18:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: geoid.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o options.o ../../src/options.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o pntpos.o ../../src/pntpos.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o postpos.o ../../src/postpos.c
../../src/options.c:29:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
../../src/pntpos.c: In function ‘tropcorr’:
../../src/pntpos.c:175:48: warning: unused parameter ‘nav’ [-Wunused-parameter]
extern int tropcorr(gtime_t time, const nav_t *nav, const double *pos,
^~~
../../src/pntpos.c: In function ‘rescode’:
../../src/pntpos.c:210:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i=0;i<3;i++) rr[i]=x[i]; dtr=x[3];
^~~
../../src/pntpos.c:210:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (i=0;i<3;i++) rr[i]=x[i]; dtr=x[3];
^~~
../../src/pntpos.c: In function ‘raim_fde’:
../../src/pntpos.c:383:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol_e={{0}};
^~~~~
In file included from ../../src/pntpos.c:20:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/pntpos.c: In function ‘estvel’:
../../src/pntpos.c:496:54: warning: unused parameter ‘opt’ [-Wunused-parameter]
const nav_t *nav, const prcopt_t *opt, sol_t *sol,
^~~
../../src/postpos.c: In function ‘procpos’:
../../src/postpos.c:413:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from ../../src/postpos.c:41:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/postpos.c:413:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from ../../src/postpos.c:41:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/postpos.c:413:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from ../../src/postpos.c:41:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/postpos.c: In function ‘combres’:
../../src/postpos.c:530:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sols={{0}},sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from ../../src/postpos.c:41:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/postpos.c:530:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sols={{0}},sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from ../../src/postpos.c:41:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/postpos.c:530:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sols={{0}},sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from ../../src/postpos.c:41:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/postpos.c:530:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sols={{0}},sol={{0}},oldsol={{0}},newsol={{0}};
^~~~~
In file included from ../../src/postpos.c:41:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
At top level:
../../src/pntpos.c:22:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
../../src/postpos.c: In function ‘avepos’:
../../src/postpos.c:797:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}};
^~~~~
In file included from ../../src/postpos.c:41:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/postpos.c: In function ‘antpos’:
../../src/postpos.c:861:32: warning: unused parameter ‘sta’ [-Wunused-parameter]
const sta_t *sta, const char *posfile)
^~~
../../src/postpos.c: In function ‘openses’:
../../src/postpos.c:903:36: warning: unused parameter ‘popt’ [-Wunused-parameter]
static int openses(const prcopt_t *popt, const solopt_t *sopt,
^~~~
../../src/postpos.c:904:49: warning: unused parameter ‘nav’ [-Wunused-parameter]
const filopt_t *fopt, nav_t *nav, pcvs_t *pcvs, pcvs_t *pcvr)
^~~
../../src/postpos.c: In function ‘postpos’:
../../src/postpos.c:1434:17: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (;i>=0;i--) free(ifile[i]); return -1;
^~~
../../src/postpos.c:1434:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (;i>=0;i--) free(ifile[i]); return -1;
^~~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ppp.o ../../src/ppp.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ppp_ar.o ../../src/ppp_ar.c
At top level:
../../src/postpos.c:43:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: postpos.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
../../src/ppp_ar.c: In function ‘ppp_ar’:
../../src/ppp_ar.c:19:26: warning: unused parameter ‘rtk’ [-Wunused-parameter]
extern int ppp_ar(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
^~~
../../src/ppp_ar.c:19:45: warning: unused parameter ‘obs’ [-Wunused-parameter]
extern int ppp_ar(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
^~~
../../src/ppp_ar.c:19:54: warning: unused parameter ‘n’ [-Wunused-parameter]
extern int ppp_ar(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
^
../../src/ppp_ar.c:19:62: warning: unused parameter ‘exc’ [-Wunused-parameter]
extern int ppp_ar(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
^~~
../../src/ppp_ar.c:20:32: warning: unused parameter ‘nav’ [-Wunused-parameter]
const nav_t *nav, const double *azel, double *x, double *P)
^~~
../../src/ppp_ar.c:20:51: warning: unused parameter ‘azel’ [-Wunused-parameter]
const nav_t *nav, const double *azel, double *x, double *P)
^~~~
../../src/ppp_ar.c:20:65: warning: unused parameter ‘x’ [-Wunused-parameter]
const nav_t *nav, const double *azel, double *x, double *P)
^
../../src/ppp_ar.c:20:76: warning: unused parameter ‘P’ [-Wunused-parameter]
const nav_t *nav, const double *azel, double *x, double *P)
^
At top level:
../../src/ppp_ar.c:16:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ppp_corr.o ../../src/ppp_corr.c
../../src/ppp.c: In function ‘yaw_angle’:
../../src/ppp.c:236:26: warning: unused parameter ‘sat’ [-Wunused-parameter]
extern int yaw_angle(int sat, const char *type, int opt, double beta, double mu,
^~~
../../src/ppp.c:236:43: warning: unused parameter ‘type’ [-Wunused-parameter]
extern int yaw_angle(int sat, const char *type, int opt, double beta, double mu,
^~~~
../../src/ppp.c:236:53: warning: unused parameter ‘opt’ [-Wunused-parameter]
extern int yaw_angle(int sat, const char *type, int opt, double beta, double mu,
^~~
../../src/ppp.c: In function ‘varerr’:
../../src/ppp.c:320:26: warning: unused parameter ‘sat’ [-Wunused-parameter]
static double varerr(int sat, int sys, double el, int freq, int type,
^~~
../../src/ppp.c: In function ‘const_corr’:
../../src/ppp.c:838:37: warning: unused parameter ‘azel’ [-Wunused-parameter]
const double *azel, rtk_t *rtk, double *v, double *H,
^~~~
At top level:
../../src/ppp.c:62:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
../../src/ppp_corr.c: In function ‘pppcorr_read’:
../../src/ppp_corr.c:26:36: warning: unused parameter ‘corr’ [-Wunused-parameter]
extern int pppcorr_read(pppcorr_t *corr, const char *file)
^~~~
../../src/ppp_corr.c:26:54: warning: unused parameter ‘file’ [-Wunused-parameter]
extern int pppcorr_read(pppcorr_t *corr, const char *file)
^~~~
../../src/ppp_corr.c: In function ‘pppcorr_free’:
../../src/ppp_corr.c:35:37: warning: unused parameter ‘corr’ [-Wunused-parameter]
extern void pppcorr_free(pppcorr_t *corr)
^~~~
../../src/ppp_corr.c: In function ‘pppcorr_trop’:
../../src/ppp_corr.c:47:42: warning: unused parameter ‘corr’ [-Wunused-parameter]
extern int pppcorr_trop(const pppcorr_t *corr, gtime_t time, const double *pos,
^~~~
../../src/ppp_corr.c:47:56: warning: unused parameter ‘time’ [-Wunused-parameter]
extern int pppcorr_trop(const pppcorr_t *corr, gtime_t time, const double *pos,
^~~~
../../src/ppp_corr.c:47:76: warning: unused parameter ‘pos’ [-Wunused-parameter]
extern int pppcorr_trop(const pppcorr_t *corr, gtime_t time, const double *pos,
^~~
../../src/ppp_corr.c:48:33: warning: unused parameter ‘trp’ [-Wunused-parameter]
double *trp, double *std)
^~~
../../src/ppp_corr.c:48:46: warning: unused parameter ‘std’ [-Wunused-parameter]
double *trp, double *std)
^~~
../../src/ppp_corr.c: In function ‘pppcorr_stec’:
../../src/ppp_corr.c:62:42: warning: unused parameter ‘corr’ [-Wunused-parameter]
extern int pppcorr_stec(const pppcorr_t *corr, gtime_t time, const double *pos,
^~~~
../../src/ppp_corr.c:62:56: warning: unused parameter ‘time’ [-Wunused-parameter]
extern int pppcorr_stec(const pppcorr_t *corr, gtime_t time, const double *pos,
^~~~
../../src/ppp_corr.c:62:76: warning: unused parameter ‘pos’ [-Wunused-parameter]
extern int pppcorr_stec(const pppcorr_t *corr, gtime_t time, const double *pos,
^~~
../../src/ppp_corr.c:63:33: warning: unused parameter ‘ion’ [-Wunused-parameter]
double *ion, double *std)
^~~
../../src/ppp_corr.c:63:46: warning: unused parameter ‘std’ [-Wunused-parameter]
double *ion, double *std)
^~~
At top level:
../../src/ppp_corr.c:12:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o preceph.o ../../src/preceph.c
../../src/preceph.c: In function ‘readsp3b’:
../../src/preceph.c:120:48: warning: unused parameter ‘sats’ [-Wunused-parameter]
static void readsp3b(FILE *fp, char type, int *sats, int ns, double *bfact,
^~~~
At top level:
../../src/preceph.c:46:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o qzslex.o ../../src/qzslex.c
../../src/qzslex.c: In function ‘decode_lexeph’:
../../src/qzslex.c:100:5: warning: missing initializer for field ‘tof’ of ‘lexeph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
lexeph_t eph={{0}};
^~~~~~~~
In file included from ../../src/qzslex.c:17:0:
../../src/rtklib.h:805:13: note: ‘tof’ declared here
gtime_t tof; /* message frame time (GPST) */
^~~
../../src/qzslex.c: In function ‘decode_lexion’:
../../src/qzslex.c:157:5: warning: missing initializer for field ‘tspan’ of ‘lexion_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
lexion_t ion={{0}};
^~~~~~~~
In file included from ../../src/qzslex.c:17:0:
../../src/rtklib.h:820:12: note: ‘tspan’ declared here
double tspan; /* valid time span (s) */
^~~~~
../../src/qzslex.c: In function ‘lex2rtcm’:
../../src/qzslex.c:242:20: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (j=0;j<ns;j++) n+=11+getbitu(msg,i+n+6,5)*19; break;
^~~
../../src/qzslex.c:242:70: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (j=0;j<ns;j++) n+=11+getbitu(msg,i+n+6,5)*19; break;
^~~~~
../../src/qzslex.c:249:20: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (j=0;j<ns;j++) n+=10+getbitu(msg,i+n+5,5)*19; break;
^~~
../../src/qzslex.c:249:70: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (j=0;j<ns;j++) n+=10+getbitu(msg,i+n+5,5)*19; break;
^~~~~
../../src/qzslex.c:256:20: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (j=0;j<ns;j++) n+=11+getbitu(msg,i+n+6,5)*19; break;
^~~
../../src/qzslex.c:256:70: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (j=0;j<ns;j++) n+=11+getbitu(msg,i+n+6,5)*19; break;
^~~~~
../../src/qzslex.c:263:20: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (j=0;j<ns;j++) n+=9+getbitu(msg,i+n+4,5)*19; break;
^~~
../../src/qzslex.c:263:69: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (j=0;j<ns;j++) n+=9+getbitu(msg,i+n+4,5)*19; break;
^~~~~
../../src/qzslex.c: In function ‘decode_lextype20’:
../../src/qzslex.c:373:45: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int decode_lextype20(const lexmsg_t *msg, nav_t *nav, gtime_t *tof)
^~~
../../src/qzslex.c:373:57: warning: unused parameter ‘nav’ [-Wunused-parameter]
static int decode_lextype20(const lexmsg_t *msg, nav_t *nav, gtime_t *tof)
^~~
../../src/qzslex.c:373:71: warning: unused parameter ‘tof’ [-Wunused-parameter]
static int decode_lextype20(const lexmsg_t *msg, nav_t *nav, gtime_t *tof)
^~~
At top level:
../../src/qzslex.c:19:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rcvraw.o ../../src/rcvraw.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rinex.o ../../src/rinex.c
../../src/rcvraw.c: In function ‘decode_gps_subfrm4’:
../../src/rcvraw.c:662:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (alm) alm[sat-1].svconf=getbitu(buff,i,4); i+=4;
^~
../../src/rcvraw.c:662:59: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if (alm) alm[sat-1].svconf=getbitu(buff,i,4); i+=4;
^
../../src/rcvraw.c:667:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (alm) alm[sat-1].svh =getbitu(buff,i,6); i+=6;
^~
../../src/rcvraw.c:667:59: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if (alm) alm[sat-1].svh =getbitu(buff,i,6); i+=6;
^
../../src/rcvraw.c: In function ‘decode_qzs_subfrm45’:
../../src/rcvraw.c:731:64: warning: unused parameter ‘leaps’ [-Wunused-parameter]
double *ion, double *utc, int *leaps)
^~~~~
../../src/rcvraw.c: In function ‘init_raw’:
../../src/rcvraw.c:856:5: warning: missing initializer for field ‘eventime’ of ‘obsd_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
obsd_t data0={{0}};
^~~~~~
In file included from ../../src/rcvraw.c:37:0:
../../src/rtklib.h:529:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/rcvraw.c:857:5: warning: missing initializer for field ‘sva’ of ‘eph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
eph_t eph0 ={0,-1,-1};
^~~~~
In file included from ../../src/rcvraw.c:37:0:
../../src/rtklib.h:593:9: note: ‘sva’ declared here
int sva; /* SV accuracy (URA index) */
^~~
../../src/rcvraw.c:858:5: warning: missing initializer for field ‘svconf’ of ‘alm_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
alm_t alm0 ={0,-1};
^~~~~
In file included from ../../src/rcvraw.c:37:0:
../../src/rtklib.h:581:9: note: ‘svconf’ declared here
int svconf; /* as and sv config */
^~~~~~
../../src/rcvraw.c:859:5: warning: missing initializer for field ‘frq’ of ‘geph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
geph_t geph0={0,-1};
^~~~~~
In file included from ../../src/rcvraw.c:37:0:
../../src/rtklib.h:615:9: note: ‘frq’ declared here
int frq; /* satellite frequency number */
^~~
At top level:
../../src/rcvraw.c:40:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
../../src/rinex.c: In function ‘set_index’:
../../src/rinex.c:888:30: warning: unused parameter ‘ver’ [-Wunused-parameter]
static void set_index(double ver, int sys, const char *opt,
^~~
../../src/rinex.c: In function ‘readrnxc’:
../../src/rinex.c:1669:13: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i--;i>=0;i--) free(files[i]); return 0;
^~~
../../src/rinex.c:1669:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (i--;i>=0;i--) free(files[i]); return 0;
^~~~~~
../../src/rinex.c: In function ‘init_rnxctr’:
../../src/rinex.c:1701:5: warning: missing initializer for field ‘eventime’ of ‘obsd_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
obsd_t data0={{0}};
^~~~~~
In file included from ../../src/rinex.c:89:0:
../../src/rtklib.h:529:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/rinex.c:1702:5: warning: missing initializer for field ‘sva’ of ‘eph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
eph_t eph0={0,-1,-1};
^~~~~
In file included from ../../src/rinex.c:89:0:
../../src/rtklib.h:593:9: note: ‘sva’ declared here
int sva; /* SV accuracy (URA index) */
^~~
../../src/rinex.c:1703:5: warning: missing initializer for field ‘frq’ of ‘geph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
geph_t geph0={0,-1};
^~~~~~
In file included from ../../src/rinex.c:89:0:
../../src/rtklib.h:615:9: note: ‘frq’ declared here
int frq; /* satellite frequency number */
^~~
../../src/rinex.c: In function ‘outrnxgnavh’:
../../src/rinex.c:2449:68: warning: unused parameter ‘nav’ [-Wunused-parameter]
extern int outrnxgnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
^~~
../../src/rinex.c: In function ‘outrnxhnavh’:
../../src/rinex.c:2541:68: warning: unused parameter ‘nav’ [-Wunused-parameter]
extern int outrnxhnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
^~~
../../src/rinex.c: In function ‘outrnxlnavh’:
../../src/rinex.c:2628:68: warning: unused parameter ‘nav’ [-Wunused-parameter]
extern int outrnxlnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
^~~
../../src/rinex.c: In function ‘outrnxqnavh’:
../../src/rinex.c:2656:68: warning: unused parameter ‘nav’ [-Wunused-parameter]
extern int outrnxqnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
^~~
../../src/rinex.c: In function ‘outrnxcnavh’:
../../src/rinex.c:2684:68: warning: unused parameter ‘nav’ [-Wunused-parameter]
extern int outrnxcnavh(FILE *fp, const rnxopt_t *opt, const nav_t *nav)
^~~
At top level:
../../src/rinex.c:91:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtcm.o ../../src/rtcm.c
../../src/rtcm.c: In function ‘init_rtcm’:
../../src/rtcm.c:70:5: warning: missing initializer for field ‘eventime’ of ‘obsd_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
obsd_t data0={{0}};
^~~~~~
In file included from ../../src/rtcm.c:47:0:
../../src/rtklib.h:529:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/rtcm.c:71:5: warning: missing initializer for field ‘sva’ of ‘eph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
eph_t eph0 ={0,-1,-1};
^~~~~
In file included from ../../src/rtcm.c:47:0:
../../src/rtklib.h:593:9: note: ‘sva’ declared here
int sva; /* SV accuracy (URA index) */
^~~
../../src/rtcm.c:72:5: warning: missing initializer for field ‘frq’ of ‘geph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
geph_t geph0={0,-1};
^~~~~~
In file included from ../../src/rtcm.c:47:0:
../../src/rtklib.h:615:9: note: ‘frq’ declared here
int frq; /* satellite frequency number */
^~~
../../src/rtcm.c:73:5: warning: missing initializer for field ‘udi’ of ‘ssr_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
ssr_t ssr0={{{0}}};
^~~~~
In file included from ../../src/rtcm.c:47:0:
../../src/rtklib.h:771:12: note: ‘udi’ declared here
double udi[6]; /* SSR update interval (s) */
^~~
At top level:
../../src/rtcm.c:49:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtcm2.o ../../src/rtcm2.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtcm3.o ../../src/rtcm3.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtcm3e.o ../../src/rtcm3e.c
../../src/rtcm2.c: In function ‘decode_type23’:
../../src/rtcm2.c:332:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type23(rtcm_t *rtcm)
^~~~
../../src/rtcm2.c: In function ‘decode_type24’:
../../src/rtcm2.c:337:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type24(rtcm_t *rtcm)
^~~~
../../src/rtcm2.c: In function ‘decode_type31’:
../../src/rtcm2.c:342:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type31(rtcm_t *rtcm)
^~~~
../../src/rtcm2.c: In function ‘decode_type32’:
../../src/rtcm2.c:347:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type32(rtcm_t *rtcm)
^~~~
../../src/rtcm2.c: In function ‘decode_type34’:
../../src/rtcm2.c:352:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type34(rtcm_t *rtcm)
^~~~
../../src/rtcm2.c: In function ‘decode_type36’:
../../src/rtcm2.c:357:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type36(rtcm_t *rtcm)
^~~~
../../src/rtcm2.c: In function ‘decode_type37’:
../../src/rtcm2.c:362:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type37(rtcm_t *rtcm)
^~~~
../../src/rtcm2.c: In function ‘decode_type59’:
../../src/rtcm2.c:367:34: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type59(rtcm_t *rtcm)
^~~~
At top level:
../../src/rtcm2.c:15:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
../../src/rtcm3.c: In function ‘decode_type1013’:
../../src/rtcm3.c:660:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1013(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1021’:
../../src/rtcm3.c:802:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1021(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1022’:
../../src/rtcm3.c:808:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1022(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1023’:
../../src/rtcm3.c:814:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1023(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1024’:
../../src/rtcm3.c:820:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1024(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1025’:
../../src/rtcm3.c:826:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1025(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1026’:
../../src/rtcm3.c:832:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1026(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1027’:
../../src/rtcm3.c:838:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1027(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1030’:
../../src/rtcm3.c:844:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1030(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1031’:
../../src/rtcm3.c:850:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1031(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1032’:
../../src/rtcm3.c:856:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1032(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1034’:
../../src/rtcm3.c:918:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1034(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1035’:
../../src/rtcm3.c:924:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1035(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1037’:
../../src/rtcm3.c:930:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1037(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1038’:
../../src/rtcm3.c:936:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1038(rtcm_t *rtcm)
^~~~
../../src/rtcm3.c: In function ‘decode_type1039’:
../../src/rtcm3.c:942:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1039(rtcm_t *rtcm)
^~~~
../../src/rtcm3e.c: In function ‘gen_msm_sat’:
../../src/rtcm3e.c:1814:52: warning: unused parameter ‘nsat’ [-Wunused-parameter]
static void gen_msm_sat(rtcm_t *rtcm, int sys, int nsat,
^~~~
../../src/rtcm3e.c: In function ‘gen_msm_sig’:
../../src/rtcm3e.c:1846:52: warning: unused parameter ‘nsat’ [-Wunused-parameter]
static void gen_msm_sig(rtcm_t *rtcm, int sys, int nsat, int nsig, int ncell,
^~~~
../../src/rtcm3.c: In function ‘decode_type1230’:
../../src/rtcm3.c:2241:36: warning: unused parameter ‘rtcm’ [-Wunused-parameter]
static int decode_type1230(rtcm_t *rtcm)
^~~~
At top level:
../../src/rtcm3.c:38:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
At top level:
../../src/rtcm3e.c:40:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtkpos.o ../../src/rtkpos.c
../../src/rtkpos.c: In function ‘resamb_WLNL’:
../../src/rtkpos.c:98:31: warning: unused parameter ‘rtk’ [-Wunused-parameter]
extern int resamb_WLNL(rtk_t *rtk, const obsd_t *obs, const int *sat,
^~~
../../src/rtkpos.c:98:50: warning: unused parameter ‘obs’ [-Wunused-parameter]
extern int resamb_WLNL(rtk_t *rtk, const obsd_t *obs, const int *sat,
^~~
../../src/rtkpos.c:98:66: warning: unused parameter ‘sat’ [-Wunused-parameter]
extern int resamb_WLNL(rtk_t *rtk, const obsd_t *obs, const int *sat,
^~~
../../src/rtkpos.c:99:35: warning: unused parameter ‘iu’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~
../../src/rtkpos.c:99:50: warning: unused parameter ‘ir’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~
../../src/rtkpos.c:99:58: warning: unused parameter ‘ns’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~
../../src/rtkpos.c:99:75: warning: unused parameter ‘nav’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~~
../../src/rtkpos.c:100:38: warning: unused parameter ‘azel’ [-Wunused-parameter]
const double *azel) {return 0;}
^~~~
../../src/rtkpos.c: In function ‘resamb_TCAR’:
../../src/rtkpos.c:101:31: warning: unused parameter ‘rtk’ [-Wunused-parameter]
extern int resamb_TCAR(rtk_t *rtk, const obsd_t *obs, const int *sat,
^~~
../../src/rtkpos.c:101:50: warning: unused parameter ‘obs’ [-Wunused-parameter]
extern int resamb_TCAR(rtk_t *rtk, const obsd_t *obs, const int *sat,
^~~
../../src/rtkpos.c:101:66: warning: unused parameter ‘sat’ [-Wunused-parameter]
extern int resamb_TCAR(rtk_t *rtk, const obsd_t *obs, const int *sat,
^~~
../../src/rtkpos.c:102:35: warning: unused parameter ‘iu’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~
../../src/rtkpos.c:102:50: warning: unused parameter ‘ir’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~
../../src/rtkpos.c:102:58: warning: unused parameter ‘ns’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~
../../src/rtkpos.c:102:75: warning: unused parameter ‘nav’ [-Wunused-parameter]
const int *iu, const int *ir, int ns, const nav_t *nav,
^~~
../../src/rtkpos.c:103:38: warning: unused parameter ‘azel’ [-Wunused-parameter]
const double *azel) {return 0;}
^~~~
../../src/rtkpos.c: In function ‘varerr’:
../../src/rtkpos.c:406:26: warning: unused parameter ‘sat’ [-Wunused-parameter]
static double varerr(int sat, int sys, double el, double bl, double dt, int f,
^~~
../../src/rtkpos.c: In function ‘udpos’:
../../src/rtkpos.c:497:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i=0;i<3;i++) var+=rtk->P[i+i*rtk->nx]; var/=3.0;
^~~
../../src/rtkpos.c:497:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
for (i=0;i<3;i++) var+=rtk->P[i+i*rtk->nx]; var/=3.0;
^~~
../../src/rtkpos.c: In function ‘udtrop’:
../../src/rtkpos.c:571:50: warning: unused parameter ‘bl’ [-Wunused-parameter]
static void udtrop(rtk_t *rtk, double tt, double bl)
^~
../../src/rtkpos.c: In function ‘detslp_dop’:
../../src/rtkpos.c:709:31: warning: unused parameter ‘rtk’ [-Wunused-parameter]
static void detslp_dop(rtk_t *rtk, const obsd_t *obs, int i, int rcv,
^~~
../../src/rtkpos.c:709:50: warning: unused parameter ‘obs’ [-Wunused-parameter]
static void detslp_dop(rtk_t *rtk, const obsd_t *obs, int i, int rcv,
^~~
../../src/rtkpos.c:709:59: warning: unused parameter ‘i’ [-Wunused-parameter]
static void detslp_dop(rtk_t *rtk, const obsd_t *obs, int i, int rcv,
^
../../src/rtkpos.c:709:66: warning: unused parameter ‘rcv’ [-Wunused-parameter]
static void detslp_dop(rtk_t *rtk, const obsd_t *obs, int i, int rcv,
^~~
../../src/rtkpos.c:710:37: warning: unused parameter ‘nav’ [-Wunused-parameter]
const nav_t *nav)
^~~
../../src/rtkpos.c: In function ‘gloicbcorr’:
../../src/rtkpos.c:1114:30: warning: unused parameter ‘sat1’ [-Wunused-parameter]
static double gloicbcorr(int sat1, int sat2, const prcopt_t *opt, double lam1,
^~~~
../../src/rtkpos.c:1114:40: warning: unused parameter ‘sat2’ [-Wunused-parameter]
static double gloicbcorr(int sat1, int sat2, const prcopt_t *opt, double lam1,
^~~~
../../src/rtkpos.c: In function ‘restamb’:
../../src/rtkpos.c:1486:57: warning: unused parameter ‘nb’ [-Wunused-parameter]
static void restamb(rtk_t *rtk, const double *bias, int nb, double *xa)
^~
../../src/rtkpos.c: In function ‘rtkinit’:
../../src/rtkpos.c:2082:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol0={{0}};
^~~~~
In file included from ../../src/rtkpos.c:44:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/rtkpos.c:2083:5: warning: missing initializer for field ‘n’ of ‘ambc_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
ambc_t ambc0={{{0}}};
^~~~~~
In file included from ../../src/rtkpos.c:44:0:
../../src/rtklib.h:1209:9: note: ‘n’ declared here
int n[4]; /* number of epochs */
^
../../src/rtkpos.c: In function ‘rtkpos’:
../../src/rtkpos.c:2183:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t solb={{0}};
^~~~~
In file included from ../../src/rtkpos.c:44:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
At top level:
../../src/rtkpos.c:46:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
../../src/rtcm3e.c: In function ‘gen_obs_glo’:
../../src/rtcm3e.c:286:44: warning: ‘freq2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (data->L[1]!=0.0) L1=data->L[1]-tadj*freq2;
~~~~^~~~~~
../../src/rtcm3e.c:284:44: warning: ‘freq1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (data->L[0]!=0.0) L0=data->L[0]-tadj*freq1;
~~~~^~~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rtksvr.o ../../src/rtksvr.c
../../src/rtksvr.c: In function ‘rtksvrthread’:
../../src/rtksvr.c:470:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}},sol_nmea={{0}};
^~~~~
In file included from ../../src/rtksvr.c:38:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/rtksvr.c:470:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}},sol_nmea={{0}};
^~~~~
In file included from ../../src/rtksvr.c:38:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/rtksvr.c:479:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t latlon_sol={{0}};
^~~~~
In file included from ../../src/rtksvr.c:38:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/rtksvr.c: In function ‘rtksvrinit’:
../../src/rtksvr.c:619:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol0 ={{0}};
^~~~~
In file included from ../../src/rtksvr.c:38:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/rtksvr.c:620:5: warning: missing initializer for field ‘sva’ of ‘eph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
eph_t eph0 ={0,-1,-1};
^~~~~
In file included from ../../src/rtksvr.c:38:0:
../../src/rtklib.h:593:9: note: ‘sva’ declared here
int sva; /* SV accuracy (URA index) */
^~~
../../src/rtksvr.c:621:5: warning: missing initializer for field ‘frq’ of ‘geph_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
geph_t geph0={0,-1};
^~~~~~
In file included from ../../src/rtksvr.c:38:0:
../../src/rtklib.h:615:9: note: ‘frq’ declared here
int frq; /* satellite frequency number */
^~~
At top level:
../../src/rtksvr.c:40:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o sbas.o ../../src/sbas.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o solution.o ../../src/solution.c
../../src/sbas.c: In function ‘searchigp’:
../../src/sbas.c:602:31: warning: unused parameter ‘time’ [-Wunused-parameter]
static void searchigp(gtime_t time, const double *pos, const sbsion_t *ion,
^~~~
At top level:
../../src/sbas.c:41:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: sbas.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
../../src/solution.c: In function ‘decode_solgsi’:
../../src/solution.c:502:54: warning: unused parameter ‘opt’ [-Wunused-parameter]
static int decode_solgsi(char *buff, const solopt_t *opt, sol_t *sol)
^~~
../../src/solution.c: In function ‘decode_solpos’:
../../src/solution.c:520:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol0={{0}};
^~~~~
In file included from ../../src/solution.c:47:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/solution.c: In function ‘inputsol’:
../../src/solution.c:660:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol={{0}};
^~~~~
In file included from ../../src/solution.c:47:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/solution.c: In function ‘decode_solstat’:
../../src/solution.c:919:5: warning: missing initializer for field ‘sat’ of ‘solstat_t {aka const struct <anonymous>}’ [-Wmissing-field-initializers]
static const solstat_t stat0={{0}};
^~~~~~
In file included from ../../src/solution.c:47:0:
../../src/rtklib.h:955:19: note: ‘sat’ declared here
unsigned char sat; /* satellite number */
^~~
../../src/solution.c: In function ‘readsolstatdata’:
../../src/solution.c:981:5: warning: missing initializer for field ‘sat’ of ‘solstat_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
solstat_t stat={{0}};
^~~~~~~~~
In file included from ../../src/solution.c:47:0:
../../src/rtklib.h:955:19: note: ‘sat’ declared here
unsigned char sat; /* satellite number */
^~~
At top level:
../../src/solution.c:49:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: solution.c,v 1.1 2008/07/17 21:48:06 ttaka Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o stream.o ../../src/stream.c
../../src/stream.c: In function ‘readserial’:
../../src/stream.c:484:75: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int readserial(serial_t *serial, unsigned char *buff, int n, char *msg)
^~~
../../src/stream.c: In function ‘writeserial’:
../../src/stream.c:508:76: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int writeserial(serial_t *serial, unsigned char *buff, int n, char *msg)
^~~
../../src/stream.c: In function ‘opentcpsvr’:
../../src/stream.c:1124:5: warning: missing initializer for field ‘cli’ of ‘tcpsvr_t {aka struct tcpsvr_tag}’ [-Wmissing-field-initializers]
tcpsvr_t *tcpsvr,tcpsvr0={{0}};
^~~~~~~~
../../src/stream.c:161:11: note: ‘cli’ declared here
tcp_t cli[MAXCLI]; /* tcp client controls */
^~~
../../src/stream.c: In function ‘opentcpcli’:
../../src/stream.c:1354:5: warning: missing initializer for field ‘toinact’ of ‘tcpcli_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
tcpcli_t *tcpcli,tcpcli0={{0}};
^~~~~~~~
../../src/stream.c:166:9: note: ‘toinact’ declared here
int toinact; /* inactive timeout (ms) (0:no timeout) */
^~~~~~~
../../src/stream.c: In function ‘statextcpcli’:
../../src/stream.c:1459:49: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int statextcpcli(tcpcli_t *tcpcli, char *msg)
^~~
../../src/stream.c: In function ‘readudpsvr’:
../../src/stream.c:2194:72: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int readudpsvr(udp_t *udpsvr, unsigned char *buff, int n, char *msg)
^~~
../../src/stream.c: In function ‘writeudpcli’:
../../src/stream.c:2253:73: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int writeudpcli(udp_t *udpcli, unsigned char *buff, int n, char *msg)
^~~
../../src/stream.c: In function ‘statexftp’:
../../src/stream.c:2529:40: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int statexftp(ftp_t *ftp, char *msg)
^~~
../../src/stream.c: In function ‘readmembuf’:
../../src/stream.c:2569:75: warning: unused parameter ‘msg’ [-Wunused-parameter]
static int readmembuf(membuf_t *membuf, unsigned char *buff, int n, char *msg)
^~~
At top level:
../../src/stream.c:81:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o streamsvr.o ../../src/streamsvr.c
../../src/streamsvr.c: In function ‘write_nav’:
../../src/streamsvr.c:269:31: warning: unused parameter ‘time’ [-Wunused-parameter]
static void write_nav(gtime_t time, stream_t *str, strconv_t *conv)
^~~~
../../src/streamsvr.c: In function ‘strsvrthread’:
../../src/streamsvr.c:443:5: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t sol_nmea={{0}};
^~~~~
In file included from ../../src/streamsvr.c:26:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/streamsvr.c:451:4: warning: missing initializer for field ‘eventime’ of ‘sol_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
sol_t latlon_sol={{0}};
^~~~~
In file included from ../../src/streamsvr.c:26:0:
../../src/rtklib.h:915:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
At top level:
../../src/streamsvr.c:28:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tides.o ../../src/tides.c
../../src/tides.c:25:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tle.o ../../src/tle.c
../../src/tle.c: In function ‘tle_read’:
../../src/tle.c:390:5: warning: missing initializer for field ‘alias’ of ‘tled_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
tled_t data={{0}};
^~~~~~
In file included from ../../src/tle.c:18:0:
../../src/rtklib.h:658:10: note: ‘alias’ declared here
char alias[32]; /* alias name */
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o binex.o ../../src/rcv/binex.c
../../src/rcv/binex.c: In function ‘decode_bnx_00_00’:
../../src/rcv/binex.c:131:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_00(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:131:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_00(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:131:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_00(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_01’:
../../src/rcv/binex.c:137:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_01(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:137:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_01(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:137:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_01(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_02’:
../../src/rcv/binex.c:143:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_02(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:143:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_02(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:143:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_02(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_03’:
../../src/rcv/binex.c:149:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_03(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:149:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_03(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:149:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_03(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_04’:
../../src/rcv/binex.c:155:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_04(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:155:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_04(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:155:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_04(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_05’:
../../src/rcv/binex.c:161:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_05(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:161:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_05(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:161:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_05(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_06’:
../../src/rcv/binex.c:167:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_06(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:167:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_06(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:167:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_06(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_07’:
../../src/rcv/binex.c:173:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_07(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:173:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_07(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:173:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_07(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_08’:
../../src/rcv/binex.c:179:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_08(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:179:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_08(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:179:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_08(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_09’:
../../src/rcv/binex.c:185:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_09(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:185:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_09(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:185:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_09(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_0a’:
../../src/rcv/binex.c:191:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_0a(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:191:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_0a(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:191:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_0a(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_0b’:
../../src/rcv/binex.c:197:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_0b(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:197:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_0b(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:197:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_0b(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_0c’:
../../src/rcv/binex.c:203:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_0c(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:203:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_0c(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:203:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_0c(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_0d’:
../../src/rcv/binex.c:209:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_0d(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:209:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_0d(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:209:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_0d(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_0e’:
../../src/rcv/binex.c:215:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_0e(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:215:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_0e(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:215:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_0e(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_0f’:
../../src/rcv/binex.c:221:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_0f(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:221:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_0f(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:221:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_0f(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_10’:
../../src/rcv/binex.c:227:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_10(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:227:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_10(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:227:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_10(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_11’:
../../src/rcv/binex.c:233:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_11(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:233:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_11(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:233:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_11(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_12’:
../../src/rcv/binex.c:239:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_12(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:239:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_12(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:239:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_12(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_13’:
../../src/rcv/binex.c:245:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_13(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:245:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_13(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:245:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_13(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_14’:
../../src/rcv/binex.c:251:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_14(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:251:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_14(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:251:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_14(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_15’:
../../src/rcv/binex.c:257:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_15(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:257:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_15(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:257:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_15(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_16’:
../../src/rcv/binex.c:263:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_16(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:263:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_16(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:263:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_16(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_17’:
../../src/rcv/binex.c:269:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_17(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:269:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_17(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:269:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_17(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_18’:
../../src/rcv/binex.c:275:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_18(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:275:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_18(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:275:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_18(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_19’:
../../src/rcv/binex.c:281:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_19(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:281:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_19(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:281:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_19(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_1a’:
../../src/rcv/binex.c:287:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_1a(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:287:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_1a(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:287:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_1a(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_1b’:
../../src/rcv/binex.c:293:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_1b(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:293:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_1b(raw_t *raw, unsigned char *buff, int len)
^~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o crescent.o ../../src/rcv/crescent.c
../../src/rcv/binex.c:293:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_1b(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_1c’:
../../src/rcv/binex.c:299:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_1c(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:299:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_1c(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:299:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_1c(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_1d’:
../../src/rcv/binex.c:305:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_1d(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:305:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_1d(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:305:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_1d(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_1e’:
../../src/rcv/binex.c:311:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_1e(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:311:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_1e(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:311:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_1e(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_1f’:
../../src/rcv/binex.c:317:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_1f(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:317:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_1f(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:317:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_1f(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_20’:
../../src/rcv/binex.c:323:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_20(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:323:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_20(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:323:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_20(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_21’:
../../src/rcv/binex.c:329:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_21(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:329:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_21(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:329:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_21(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_22’:
../../src/rcv/binex.c:335:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_22(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:335:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_22(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:335:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_22(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00_7f’:
../../src/rcv/binex.c:341:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_00_7f(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:341:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_00_7f(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:341:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_00_7f(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_00’:
../../src/rcv/binex.c:349:5: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
const static double gpst0[]={1980,1,6,0,0,0};
^~~~~
../../src/rcv/binex.c: In function ‘decode_bnx_01_00’:
../../src/rcv/binex.c:406:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_01_00(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:406:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_01_00(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:406:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_01_00(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_02’:
../../src/rcv/binex.c:802:33: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_02(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:802:53: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_02(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:802:63: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_02(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_03’:
../../src/rcv/binex.c:808:33: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_03(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:808:53: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_03(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:808:63: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_03(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_7d’:
../../src/rcv/binex.c:814:33: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7d(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:814:53: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7d(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:814:63: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7d(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_7e’:
../../src/rcv/binex.c:820:33: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7e(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:820:53: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7e(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:820:63: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7e(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_7f_00’:
../../src/rcv/binex.c:826:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7f_00(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:826:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7f_00(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:826:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7f_00(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_7f_01’:
../../src/rcv/binex.c:832:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7f_01(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:832:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7f_01(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:832:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7f_01(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_7f_02’:
../../src/rcv/binex.c:838:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7f_02(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:838:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7f_02(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:838:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7f_02(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_7f_03’:
../../src/rcv/binex.c:844:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7f_03(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:844:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7f_03(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:844:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7f_03(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_7f_04’:
../../src/rcv/binex.c:850:36: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_bnx_7f_04(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c:850:56: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_bnx_7f_04(raw_t *raw, unsigned char *buff, int len)
^~~~
../../src/rcv/binex.c:850:66: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_bnx_7f_04(raw_t *raw, unsigned char *buff, int len)
^~~
../../src/rcv/binex.c: In function ‘decode_bnx_7f_05’:
../../src/rcv/binex.c:1039:5: warning: missing initializer for field ‘eventime’ of ‘obsd_t {aka struct <anonymous>}’ [-Wmissing-field-initializers]
obsd_t data={{0}};
^~~~~~
In file included from ../../src/rcv/binex.c:18:0:
../../src/rtklib.h:529:13: note: ‘eventime’ declared here
gtime_t eventime; /* time of event (GPST) */
^~~~~~~~
../../src/rcv/binex.c: In function ‘decode_bnx_7f’:
../../src/rcv/binex.c:1101:5: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
const static double gpst0[]={1980,1,6,0,0,0};
^~~~~
At top level:
../../src/rcv/binex.c:20:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o gw10.o ../../src/rcv/gw10.c
../../src/rcv/crescent.c:42:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: crescent.c,v 1.2 2008/07/14 00:05:05 TTAKA Exp $";
^~~~~
../../src/rcv/gw10.c:46:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o javad.o ../../src/rcv/javad.c
../../src/rcv/javad.c: In function ‘decode_GA’:
../../src/rcv/javad.c:395:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_GA(raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_NA’:
../../src/rcv/javad.c:402:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_NA(raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_EA’:
../../src/rcv/javad.c:409:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_EA(raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_WA’:
../../src/rcv/javad.c:416:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_WA(raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_QA’:
../../src/rcv/javad.c:423:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_QA(raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_NU’:
../../src/rcv/javad.c:736:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_NU(raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_EU’:
../../src/rcv/javad.c:743:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_EU(raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_WU’:
../../src/rcv/javad.c:750:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_WU(raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_QU’:
../../src/rcv/javad.c:757:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_QU(raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_L1nav’:
../../src/rcv/javad.c:784:50: warning: unused parameter ‘len’ [-Wunused-parameter]
static int decode_L1nav(unsigned char *buff, int len, int sat, raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_L2nav’:
../../src/rcv/javad.c:846:71: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_L2nav(unsigned char *buff, int len, int sat, raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_L5nav’:
../../src/rcv/javad.c:873:71: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_L5nav(unsigned char *buff, int len, int sat, raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_L1Cnav’:
../../src/rcv/javad.c:900:41: warning: unused parameter ‘buff’ [-Wunused-parameter]
static int decode_L1Cnav(unsigned char *buff, int len, int sat, raw_t *raw)
^~~~
../../src/rcv/javad.c:900:72: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_L1Cnav(unsigned char *buff, int len, int sat, raw_t *raw)
^~~
../../src/rcv/javad.c: In function ‘decode_LD’:
../../src/rcv/javad.c:976:29: warning: unused parameter ‘raw’ [-Wunused-parameter]
static int decode_LD(raw_t *raw)
^~~
At top level:
../../src/rcv/javad.c:35:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o novatel.o ../../src/rcv/novatel.c
../../src/rcv/novatel.c:53:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: novatel.c,v 1.2 2008/07/14 00:05:05 TTAKA Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o nvs.o ../../src/rcv/nvs.c
../../src/rcv/nvs.c: In function ‘decode_gloephem’:
../../src/rcv/nvs.c:250:32: warning: unused parameter ‘sat’ [-Wunused-parameter]
static int decode_gloephem(int sat, raw_t *raw)
^~~
At top level:
../../src/rcv/nvs.c:39:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: nvs.c,v 1.0 2012/01/30 00:05:05 MBAVA Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rcvlex.o ../../src/rcv/rcvlex.c
../../src/rcv/rcvlex.c:31:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o rt17.o ../../src/rcv/rt17.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o septentrio.o ../../src/rcv/septentrio.c
../../src/rcv/rt17.c: In function ‘DecodeBeidouEphemeris’:
../../src/rcv/rt17.c:810:41: warning: unused parameter ‘Raw’ [-Wunused-parameter]
static int DecodeBeidouEphemeris(raw_t *Raw)
^~~
../../src/rcv/rt17.c: In function ‘DecodeGalileoEphemeris’:
../../src/rcv/rt17.c:942:42: warning: unused parameter ‘Raw’ [-Wunused-parameter]
static int DecodeGalileoEphemeris(raw_t *Raw)
^~~
../../src/rcv/rt17.c: In function ‘DecodeGLONASSEphemeris’:
../../src/rcv/rt17.c:1047:42: warning: unused parameter ‘Raw’ [-Wunused-parameter]
static int DecodeGLONASSEphemeris(raw_t *Raw)
^~~
../../src/rcv/rt17.c: In function ‘DecodeQZSSEphemeris’:
../../src/rcv/rt17.c:1419:39: warning: unused parameter ‘Raw’ [-Wunused-parameter]
static int DecodeQZSSEphemeris(raw_t *Raw)
^~~
At top level:
../../src/rcv/rt17.c:298:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o skytraq.o ../../src/rcv/skytraq.c
../../src/rcv/septentrio.c:2018:12: warning: ‘decode_sbslongcorrh’ defined but not used [-Wunused-function]
static int decode_sbslongcorrh(raw_t* raw)
^~~~~~~~~~~~~~~~~~~
../../src/rcv/septentrio.c:1973:12: warning: ‘decode_sbsigpmask’ defined but not used [-Wunused-function]
static int decode_sbsigpmask(raw_t *raw) /* TODO: verify this function */
^~~~~~~~~~~~~~~~~
../../src/rcv/septentrio.c:1918:12: warning: ‘decode_sbsionodelay’ defined but not used [-Wunused-function]
static int decode_sbsionodelay(raw_t *raw)
^~~~~~~~~~~~~~~~~~~
../../src/rcv/septentrio.c:1888:12: warning: ‘decode_sbsfastcorrdegr’ defined but not used [-Wunused-function]
static int decode_sbsfastcorrdegr(raw_t *raw)
^~~~~~~~~~~~~~~~~~~~~~
../../src/rcv/septentrio.c:1855:12: warning: ‘decode_sbsintegriy’ defined but not used [-Wunused-function]
static int decode_sbsintegriy(raw_t *raw)
^~~~~~~~~~~~~~~~~~
../../src/rcv/septentrio.c:1815:12: warning: ‘decode_sbsprnmask’ defined but not used [-Wunused-function]
static int decode_sbsprnmask(raw_t *raw)
^~~~~~~~~~~~~~~~~
../../src/rcv/septentrio.c:1751:12: warning: ‘decode_sbsfast’ defined but not used [-Wunused-function]
static int decode_sbsfast(raw_t *raw)
^~~~~~~~~~~~~~
../../src/rcv/septentrio.c:1495:12: warning: ‘decode_cmpraw’ defined but not used [-Wunused-function]
static int decode_cmpraw(raw_t *raw){
^~~~~~~~~~~~~
../../src/rcv/septentrio.c:1116:12: warning: ‘decode_qzssnav’ defined but not used [-Wunused-function]
static int decode_qzssnav(raw_t *raw){
^~~~~~~~~~~~~~
../../src/rcv/septentrio.c:1042:12: warning: ‘decode_cmpnav’ defined but not used [-Wunused-function]
static int decode_cmpnav(raw_t *raw){
^~~~~~~~~~~~~
../../src/rcv/septentrio.c:573:16: warning: ‘adjweek’ defined but not used [-Wunused-function]
static gtime_t adjweek(gtime_t time, double tow)
^~~~~~~
../../src/rcv/septentrio.c:43:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: Septentrio SBF,v 1.1 2016/02/11 FT $";
^~~~~
../../src/rcv/skytraq.c:52:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ss2.o ../../src/rcv/ss2.c
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ublox.o ../../src/rcv/ublox.c
../../src/rcv/ss2.c:28:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: ss2.c,v 1.2 2008/07/14 00:05:05 TTAKA Exp $";
^~~~~
../../src/rcv/ublox.c:89:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id: ublox.c,v 1.2 2008/07/14 00:05:05 TTAKA Exp $";
^~~~~
gcc -c -pipe -Wall -ansi -pedantic -Wno-unused-but-set-variable -DTRACE -g -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -W -D_REENTRANT -D_RTLDLL -DNO_STRICT -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DNEXOBS=3 -DEXTLEX -DQT_NO_DEBUG -I../../src -I. -I/usr/lib/qt/mkspecs/linux-g++ -o cmr.o ../../src/rcv/cmr.c
../../src/rcv/cmr.c:423:19: warning: ‘rcsid’ defined but not used [-Wunused-const-variable=]
static const char rcsid[]="$Id:$";
^~~~~
rm -f libRTKLib.a
ar cqs libRTKLib.a rtkcmn.o convkml.o convrnx.o convgpx.o datum.o download.o ephemeris.o geoid.o gis.o ionex.o lambda.o options.o pntpos.o postpos.o ppp.o ppp_ar.o ppp_corr.o preceph.o qzslex.o rcvraw.o rinex.o rtcm.o rtcm2.o rtcm3.o rtcm3e.o rtkpos.o rtksvr.o sbas.o solution.o stream.o streamsvr.o tides.o tle.o binex.o crescent.o gw10.o javad.o novatel.o nvs.o rcvlex.o rt17.o septentrio.o skytraq.o ss2.o ublox.o cmr.o
make[1]: Leaving directory '/mnt/cd7c8fe2-0fea-413c-be99-fcf387c77815/git/RTKLIB/build/src'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment