=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for vic-devel-2.8.1.4.0beta.4337nb20 (cd codec/tmndec; /usr/bin/make CC=gcc CCOPT="-O2 -g -W -Wall -Wno-return-type" -f Makefile.lib) gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c tmndec.c -o tmndec.o In file included from /usr/include/ctype.h:100, from tmndec.c:65: tmndec.c: In function 'getval': tmndec.c:657:26: warning: array subscript has type 'char' [-Wchar-subscripts] 657 | while (isdigit (argv[1][2])) | ^ tmndec.c: At top level: tmndec.c:93:13: warning: 'options' declared 'static' but never defined [-Wunused-function] 93 | static void options _ANSI_ARGS_ ((int *argcp, char **argvp[])); | ^~~~~~~ tmndec.c:775:6: warning: 'flushdisplaybuffer' defined but not used [-Wunused-function] 775 | void flushdisplaybuffer (int framenum) | ^~~~~~~~~~~~~~~~~~ tmndec.c:650:12: warning: 'getval' defined but not used [-Wunused-function] 650 | static int getval (char *argv[]) | ^~~~~~ tmndec.c:97:12: warning: 'loopflag' defined but not used [-Wunused-variable] 97 | static int loopflag; | ^~~~~~~~ gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c getpic.c -o getpic.o getpic.c: In function 'get_B_MBs': getpic.c:1217:32: warning: variable 'pCOD' set but not used [-Wunused-but-set-variable] 1217 | int last_done = 0, pCBP = 0, pCOD = 0; | ^~~~ getpic.c:1214:16: warning: unused variable 'mvy' [-Wunused-variable] 1214 | int mvx = 0, mvy = 0, xpos, ypos, gob, i; | ^~~ getpic.c:1214:7: warning: unused variable 'mvx' [-Wunused-variable] 1214 | int mvx = 0, mvy = 0, xpos, ypos, gob, i; | ^~~ getpic.c: In function 'get_EI_EP_MBs': getpic.c:1892:32: warning: variable 'pCOD' set but not used [-Wunused-but-set-variable] 1892 | int last_done = 0, pCBP = 0, pCOD = 0; | ^~~~ getpic.c:1890:37: warning: unused variable 'mvby' [-Wunused-variable] 1890 | int mvfx = 0, mvfy = 0, mvbx = 0, mvby = 0, pmvf0, pmvf1; | ^~~~ getpic.c:1890:27: warning: unused variable 'mvbx' [-Wunused-variable] 1890 | int mvfx = 0, mvfy = 0, mvbx = 0, mvby = 0, pmvf0, pmvf1; | ^~~~ getpic.c:1889:16: warning: unused variable 'mvy' [-Wunused-variable] 1889 | int mvx = 0, mvy = 0, xpos, ypos, gob, i; | ^~~ getpic.c:1889:7: warning: unused variable 'mvx' [-Wunused-variable] 1889 | int mvx = 0, mvy = 0, xpos, ypos, gob, i; | ^~~ getpic.c: In function 'Intra_AC_DC_Decode': getpic.c:3032:68: warning: unused parameter 'MBA' [-Wunused-parameter] 3032 | void Intra_AC_DC_Decode (short *store_qcoeff, int INTRA_AC_DC, int MBA, int xpos, int ypos, int comp, int newgob) | ~~~~^~~ getpic.c: In function 'UpsampleComponent': getpic.c:3667:46: warning: variable 'enhanced_origin' set but not used [-Wunused-but-set-variable] 3667 | unsigned char *base_next, *enhanced_next, *enhanced_origin; | ^~~~~~~~~~~~~~~ getpic.c: In function 'PictureDisplay': getpic.c:3811:47: warning: variable 'display_framenum' set but not used [-Wunused-but-set-variable] 3811 | static int buffered_frame_temp_ref = 0, display_framenum = 0; | ^~~~~~~~~~~~~~~~ getpic.c:3810:18: warning: unused variable 'last_frame_disposable' [-Wunused-variable] 3810 | static int last_frame_disposable = 0, display_buffer_empty = 1; | ^~~~~~~~~~~~~~~~~~~~~ At top level: getpic.c:3810:18: warning: 'last_frame_disposable' defined but not used [-Wunused-variable] getpic.c: In function 'get_I_P_MBs': getpic.c:1073:15: warning: 'pmvdby' may be used uninitialized in this function [-Wmaybe-uninitialized] 1073 | reconblock_b (comp - 6, bx, by, Mode, pmvdbx, pmvdby); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getpic.c:1073:15: warning: 'pmvdbx' may be used uninitialized in this function [-Wmaybe-uninitialized] getpic.c:1146:63: warning: 'store_qcoeff' may be used uninitialized in this function [-Wmaybe-uninitialized] 1146 | memcpy ((void *) (store_qcoeff + MBA * blk_cnt * 64 + comp * 64), | ^ getpic.c: In function 'get_reference_picture': getpic.c:3985:2: warning: 'd' may be used uninitialized in this function [-Wmaybe-uninitialized] 3985 | fprintf(stderr,"getrefpic: TR=%d, TRP=%d, have %d, q=%d+%d\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3986 | temp_ref,temporal_reference_for_prediction, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3987 | ring_tr[i],ring_qu[i],d); | ~~~~~~~~~~~~~~~~~~~~~~~~ getpic.c: In function 'getpicture': getpic.c:2438:63: warning: 'store_qcoeff' may be used uninitialized in this function [-Wmaybe-uninitialized] 2438 | memcpy ((void *) (store_qcoeff + MBA * blk_cnt * 64 + comp * 64), | ^ getpic.c:1900:10: note: 'store_qcoeff' was declared here 1900 | short *store_qcoeff; | ^~~~~~~~~~~~ getpic.c:1843:63: warning: 'store_qcoeff' may be used uninitialized in this function [-Wmaybe-uninitialized] 1843 | memcpy ((void *) (store_qcoeff + MBA * blk_cnt * 64 + comp * 64), | ^ getpic.c:1225:10: note: 'store_qcoeff' was declared here 1225 | short *store_qcoeff; | ^~~~~~~~~~~~ gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c getvlc.c -o getvlc.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c gethdr.c -o gethdr.o gethdr.c: In function 'getpicturehdr': gethdr.c:123:7: warning: variable 'pos' set but not used [-Wunused-but-set-variable] 123 | int pos, pei, tmp; | ^~~ gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c getblk.c -o getblk.o getblk.c:106:8: warning: type defaults to 'int' in declaration of 'MQ_chroma_QP_table' [-Wimplicit-int] 106 | extern MQ_chroma_QP_table[]; | ^~~~~~~~~~~~~~~~~~ gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c getbits.c -o getbits.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c store.c -o store.o store.c: In function 'save_frame': store.c:491:44: warning: unused parameter 'framenum' [-Wunused-parameter] 491 | void save_frame (unsigned char *src[], int framenum, FILE *file) | ~~~~^~~~~~~~ gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c recon.c -o recon.o recon.c: In function 'reconstruct_true_B': recon.c:335:13: warning: variable 'mode' set but not used [-Wunused-but-set-variable] 335 | int x, y, mode; | ^~~~ recon.c: In function 'reconstruct_ei_ep': recon.c:512:13: warning: variable 'mode' set but not used [-Wunused-but-set-variable] 512 | int x, y, mode; | ^~~~ recon.c: In function 'recon_comp': recon.c:640:52: warning: unused parameter 'chroma' [-Wunused-parameter] 640 | int y, int dx, int dy, int chroma) | ~~~~^~~~~~ recon.c: In function 'recon_comp_obmc': recon.c:1155:61: warning: unused parameter 'w' [-Wunused-parameter] 1155 | int lx, int lx2, int comp, int w, int h, | ~~~~^ recon.c:1155:68: warning: unused parameter 'h' [-Wunused-parameter] 1155 | int lx, int lx2, int comp, int w, int h, | ~~~~^ gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c idct.c -o idct.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c idctref.c -o idctref.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c sac.c -o sac.o rm -f libh263.a ar rc libh263.a tmndec.o getpic.o getvlc.o gethdr.o getblk.o getbits.o store.o recon.o idct.o idctref.o sac.o ranlib libh263.a (cd codec/tmn-x; /usr/bin/make CC=gcc CCOPT="-O2 -g -W -Wall -Wno-return-type" ) gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c main.c -o main.o main.c: In function 'sed_UpsampleComponent': main.c:1557:49: warning: variable 'enhanced_origin' set but not used [-Wunused-but-set-variable] 1557 | unsigned char *base_next, *enhanced_next, *enhanced_origin; | ^~~~~~~~~~~~~~~ gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c io.c -o io.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c dct.c -o dct.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c coder.c -o coder.o coder.c: In function 'CodeOneOrTwo': coder.c:112:23: warning: variable 'QuantChangePostponed' set but not used [-Wunused-but-set-variable] 112 | int abs_mb_num = 0, QuantChangePostponed = 0; | ^~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c quant.c -o quant.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c mot_est.c -o mot_est.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c pred.c -o pred.o pred.c: In function 'Predict_B': pred.c:185:7: warning: variable 'bidir_pred' set but not used [-Wunused-but-set-variable] 185 | int bidir_pred = 0; | ^~~~~~~~~~ gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c snr.c -o snr.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c countbit.c -o countbit.o countbit.c: In function 'CountBitsScalMB': countbit.c:294:7: warning: variable 'cbpy' set but not used [-Wunused-but-set-variable] 294 | int cbpy, cbpcm=0, length=0, code=0; //SV-XXX: init'ed to 0 to shut up gcc4 | ^~~~ countbit.c: In function 'CodeCoeff': countbit.c:1101:64: warning: '<<' in boolean context, did you mean '<'? [-Wint-in-bool-context] 1101 | putbits (11, (prev_level >> 5 & 0x003F) || (prev_level << 6)); | ~~~~~~~~~~~~^~~~~ gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c putbits.c -o putbits.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c ratectrl.c -o ratectrl.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c sac.c -o sac.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c putvlc.c -o putvlc.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c intra_pred.c -o intra_pred.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c filter.c -o filter.o gcc -O2 -g -W -Wall -Wno-return-type -DVIC -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/pkg/include/freetype2 -c malloc_debug.c -o malloc_debug.o rm -f libh263coder.a ar rc libh263coder.a main.o io.o dct.o coder.o quant.o mot_est.o pred.o snr.o countbit.o putbits.o ratectrl.o sac.o putvlc.o intra_pred.o filter.o malloc_debug.o ranlib libh263coder.a rm -f net/inet.o; gcc -o net/inet.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/inet.c In file included from /usr/include/ctype.h:100, from net/inet.c:23: net/inet.c: In function 'LookupHostAddr': net/inet.c:41:16: warning: array subscript has type 'char' [-Wchar-subscripts] 41 | if (isdigit(*s)) { | ^ At top level: net/inet.c:18:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 18 | static const char rcsid[] = | ^~~~~ rm -f net/inet6.o; gcc -o net/inet6.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/inet6.c net/inet6.c:23:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 23 | static const char rcsid[] = | ^~~~~ rm -f codec/cellb_tables.o; gcc -o codec/cellb_tables.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/cellb_tables.c rm -f tkStripchart.o; gcc -o tkStripchart.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tkStripchart.c tkStripchart.c: In function 'Tk_StripchartCmd': tkStripchart.c:412:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 412 | interp->result = Tk_PathName(StripchartPtr->tkwin); | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from tkStripchart.c:36: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ tkStripchart.c: In function 'StripchartWidgetCmd': tkStripchart.c:468:4: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 468 | sprintf(interp->result, "%g", | ^~~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from tkStripchart.c:36: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ tkStripchart.c:468:4: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 468 | sprintf(interp->result, "%g", | ^~~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from tkStripchart.c:36: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ tkStripchart.c:436:7: warning: variable 'c' set but not used [-Wunused-but-set-variable] 436 | char c; | ^ At top level: tkStripchart.c:29:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 29 | static const char rcsid[] = | ^~~~~ rm -f md5c.o; gcc -o md5c.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. md5c.c rm -f random.o; gcc -o random.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. random.c rm -f codec/h263/h263rtp.o; gcc -o codec/h263/h263rtp.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/h263/h263rtp.c codec/h263/h263rtp.c: In function 'split_h263stream': codec/h263/h263rtp.c:214:20: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare] 214 | while (lastsentbitresult); } | ^~~~~~ In file included from vic_tcl.h:42, from main.cpp:73: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from main.cpp:73: vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from main.cpp:73: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from main.cpp:73: vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from main.cpp:73: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from main.cpp:74: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ main.cpp: In function 'int main(int, const char**)': main.cpp:597:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 597 | usage(NULL); | ~~~~~^~~~~~ main.cpp:599:3: note: here 599 | case 'A': | ^~~~ main.cpp:556:9: warning: 'char* strncat(char*, const char*, size_t)' specified bound depends on the length of the source argument [-Wstringop-overflow=] 556 | strncat(buf,tmp,strlen(tmp)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~ rm -f iohandler.o; c++ -o iohandler.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. iohandler.cpp rm -f timer.o; c++ -o timer.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. timer.cpp rm -f idlecallback.o; c++ -o idlecallback.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. idlecallback.cpp rm -f media-timer.o; c++ -o media-timer.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. media-timer.cpp rm -f rate-variable.o; c++ -o rate-variable.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. rate-variable.cpp In file included from rate-variable.cpp:38: vic_tcl.h: In member function 'char* Tcl::result() const': vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from rate-variable.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rate-variable.cpp:38: vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from rate-variable.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rate-variable.cpp:38: vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from rate-variable.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rate-variable.cpp: In static member function 'static char* RateVariable::update_rate_var(ClientData, Tcl_Interp*, const char*, const char*, int)': rate-variable.cpp:84:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 84 | return ("no clientdata for rate var"); | ^ rate-variable.cpp:96:17: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 96 | return (tcl->result); | ^~~~~~ In file included from vic_tcl.h:42, from rate-variable.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rate-variable.cpp:96:17: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 96 | return (tcl->result); | ^~~~~~ In file included from vic_tcl.h:42, from rate-variable.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rate-variable.cpp:96:17: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 96 | return (tcl->result); | ^~~~~~ In file included from vic_tcl.h:42, from rate-variable.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f Tcl.o; c++ -o Tcl.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. Tcl.cpp In file included from Tcl.cpp:47: vic_tcl.h: In member function 'char* Tcl::result() const': vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from Tcl.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from Tcl.cpp:47: vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from Tcl.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from Tcl.cpp:47: vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from Tcl.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ Tcl.cpp: In member function 'void Tcl::error(const char*)': Tcl.cpp:117:61: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 117 | fprintf(stderr, "%s: \"%s\": %s\n", application_, s, tcl_->result); | ^~~~~~ In file included from Tcl.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ Tcl.cpp:117:61: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 117 | fprintf(stderr, "%s: \"%s\": %s\n", application_, s, tcl_->result); | ^~~~~~ In file included from Tcl.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ Tcl.cpp:117:61: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 117 | fprintf(stderr, "%s: \"%s\": %s\n", application_, s, tcl_->result); | ^~~~~~ In file included from Tcl.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f Tcl2.o c++ -c -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. Tcl2.cpp In file included from Tcl2.cpp:42: vic_tcl.h: In member function 'char* Tcl::result() const': vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from Tcl2.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from Tcl2.cpp:42: vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from Tcl2.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from Tcl2.cpp:42: vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from Tcl2.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ Tcl2.cpp: In member function 'void Tcl::resultf(const char*, ...)': Tcl2.cpp:62:8: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 62 | tcl_->result = bp_; | ^~~~~~ In file included from vic_tcl.h:42, from Tcl2.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ Tcl2.cpp:62:8: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 62 | tcl_->result = bp_; | ^~~~~~ In file included from vic_tcl.h:42, from Tcl2.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ Tcl2.cpp:62:8: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 62 | tcl_->result = bp_; | ^~~~~~ In file included from vic_tcl.h:42, from Tcl2.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f module.o; c++ -o module.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. module.cpp In file included from module.h:39, from module.cpp:38: vic_tcl.h: In member function 'char* Tcl::result() const': vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from module.h:39, from module.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from module.h:39, from module.cpp:38: vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from module.h:39, from module.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from module.h:39, from module.cpp:38: vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from module.h:39, from module.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from module.h:42, from module.cpp:38: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f net/crypt.o; c++ -o net/crypt.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/crypt.cpp In file included from net/crypt.h:41, from net/crypt.cpp:39: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/crypt.h:41, from net/crypt.cpp:39: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/crypt.h:41, from net/crypt.cpp:39: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/crypt.h:41, from net/crypt.cpp:39: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/crypt.h:41, from net/crypt.cpp:39: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/crypt.h:41, from net/crypt.cpp:39: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f net/crypt-des.o; c++ -o net/crypt-des.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/crypt-des.cpp In file included from net/crypt.h:41, from net/crypt-des.cpp:38: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/crypt.h:41, from net/crypt-des.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/crypt.h:41, from net/crypt-des.cpp:38: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/crypt.h:41, from net/crypt-des.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/crypt.h:41, from net/crypt-des.cpp:38: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/crypt.h:41, from net/crypt-des.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f net/pkttbl.o; c++ -o net/pkttbl.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/pkttbl.cpp In file included from net/pktbuf.h:48, from net/pkttbl.h:5, from net/pkttbl.cpp:40: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/pktbuf.h:48, from net/pkttbl.h:5, from net/pkttbl.cpp:40: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/pktbuf.h:48, from net/pkttbl.h:5, from net/pkttbl.cpp:40: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/pktbuf.h:48, from net/pkttbl.h:5, from net/pkttbl.cpp:40: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/pktbuf.h:48, from net/pkttbl.h:5, from net/pkttbl.cpp:40: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/pktbuf.h:48, from net/pkttbl.h:5, from net/pkttbl.cpp:40: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f net/pktbuf.o; c++ -o net/pktbuf.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/pktbuf.cpp In file included from net/pktbuf.h:48, from net/pktbuf.cpp:36: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/pktbuf.h:48, from net/pktbuf.cpp:36: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/pktbuf.h:48, from net/pktbuf.cpp:36: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/pktbuf.h:48, from net/pktbuf.cpp:36: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/pktbuf.h:48, from net/pktbuf.cpp:36: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/pktbuf.h:48, from net/pktbuf.cpp:36: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f net/net.o; c++ -o net/net.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/net.cpp In file included from net/net.h:41, from net/net.cpp:54: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from net/net.cpp:54: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from net/net.cpp:54: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from net/net.cpp:54: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from net/net.cpp:54: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from net/net.cpp:54: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f net/net-ip.o; c++ -o net/net-ip.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/net-ip.cpp In file included from net/net.h:41, from net/net-ip.cpp:53: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from net/net-ip.cpp:53: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from net/net-ip.cpp:53: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from net/net-ip.cpp:53: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from net/net-ip.cpp:53: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from net/net-ip.cpp:53: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ net/net-ip.cpp: In member function 'int IPNetwork::openrsock(Address&, Address&, u_short, Address&)': net/net-ip.cpp:323:12: warning: unused variable 'g_addri_ssm' [-Wunused-variable] 323 | u_int32_t g_addri_ssm = (IPAddress&)s_addr_ssm; | ^~~~~~~~~~~ rm -f net/net-addr.o; c++ -o net/net-addr.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/net-addr.cpp In file included from net/net.h:41, from net/net-addr.cpp:45: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from net/net-addr.cpp:45: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from net/net-addr.cpp:45: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from net/net-addr.cpp:45: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from net/net-addr.cpp:45: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from net/net-addr.cpp:45: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f net/net-ipv6.o; c++ -o net/net-ipv6.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/net-ipv6.cpp rm -f net/mbus_handler.o; c++ -o net/mbus_handler.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/mbus_handler.cpp In file included from rtp/source.h:45, from net/mbus_engine.h:42, from net/mbus_handler.h:48, from net/mbus_handler.cpp:62: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./iohandler.h:47, from net/mbus_handler.h:45, from net/mbus_handler.cpp:62: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/source.h:45, from net/mbus_engine.h:42, from net/mbus_handler.h:48, from net/mbus_handler.cpp:62: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./iohandler.h:47, from net/mbus_handler.h:45, from net/mbus_handler.cpp:62: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/source.h:45, from net/mbus_engine.h:42, from net/mbus_handler.h:48, from net/mbus_handler.cpp:62: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./iohandler.h:47, from net/mbus_handler.h:45, from net/mbus_handler.cpp:62: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f net/mbus_engine.o; c++ -o net/mbus_engine.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/mbus_engine.cpp In file included from rtp/source.h:45, from net/mbus_engine.h:42, from net/mbus_handler.h:48, from net/mbus_engine.cpp:43: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./iohandler.h:47, from net/mbus_handler.h:45, from net/mbus_engine.cpp:43: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/source.h:45, from net/mbus_engine.h:42, from net/mbus_handler.h:48, from net/mbus_engine.cpp:43: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./iohandler.h:47, from net/mbus_handler.h:45, from net/mbus_engine.cpp:43: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/source.h:45, from net/mbus_engine.h:42, from net/mbus_handler.h:48, from net/mbus_engine.cpp:43: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./iohandler.h:47, from net/mbus_handler.h:45, from net/mbus_engine.cpp:43: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f net/group-ipc.o; c++ -o net/group-ipc.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/group-ipc.cpp rm -f net/confbus.o; c++ -o net/confbus.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. net/confbus.cpp In file included from net/confbus.cpp:42: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./iohandler.h:47, from net/group-ipc.h:42, from net/confbus.cpp:41: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/confbus.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./iohandler.h:47, from net/group-ipc.h:42, from net/confbus.cpp:41: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/confbus.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./iohandler.h:47, from net/group-ipc.h:42, from net/confbus.cpp:41: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f rtp/session.o; c++ -o rtp/session.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. rtp/session.cpp In file included from rtp/source.h:45, from rtp/session.cpp:44: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from rtp/source.h:43, from rtp/session.cpp:44: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/source.h:45, from rtp/session.cpp:44: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from rtp/source.h:43, from rtp/session.cpp:44: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/source.h:45, from rtp/session.cpp:44: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from rtp/source.h:43, from rtp/session.cpp:44: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/session.h:40, from rtp/session.cpp:50: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rtp/session.cpp: In member function 'int SessionManager::sdesbody(u_int32_t*, u_char*, Source*, Address&, u_int32_t, int)': rtp/session.cpp:1068:11: warning: suggest braces around empty body in an 'else' statement [-Wempty-body] 1068 | /*XXX*/; | ^ rm -f rtp/source.o; c++ -o rtp/source.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. rtp/source.cpp In file included from rtp/source.h:45, from rtp/source.cpp:46: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from rtp/source.h:43, from rtp/source.cpp:46: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/source.h:45, from rtp/source.cpp:46: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from rtp/source.h:43, from rtp/source.cpp:46: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/source.h:45, from rtp/source.cpp:46: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from rtp/source.h:43, from rtp/source.cpp:46: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rtp/source.cpp: In member function 'void Source::clear_counters()': rtp/source.cpp:618:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 618 | for (int i = 0; i < nlayer_; ++i) | ^~~ rtp/source.cpp:627:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 627 | lts_done_.tv_sec = 0; | ^~~~~~~~~ rtp/source.cpp: In member function 'void SourceManager::sortactive(char*) const': rtp/source.cpp:1313:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 1313 | for (Source* s = sources_; s != 0; s = s->next_) | ^~~ rtp/source.cpp:1318:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 1318 | if (n == 0) { | ^~ rm -f rtp/transmitter.o; c++ -o rtp/transmitter.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. rtp/transmitter.cpp In file included from net/pktbuf.h:48, from rtp/pktbuf-rtp.h:39, from rtp/transmitter.cpp:55: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/pktbuf.h:48, from rtp/pktbuf-rtp.h:39, from rtp/transmitter.cpp:55: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/pktbuf.h:48, from rtp/pktbuf-rtp.h:39, from rtp/transmitter.cpp:55: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/pktbuf.h:48, from rtp/pktbuf-rtp.h:39, from rtp/transmitter.cpp:55: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/pktbuf.h:48, from rtp/pktbuf-rtp.h:39, from rtp/transmitter.cpp:55: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/pktbuf.h:48, from rtp/pktbuf-rtp.h:39, from rtp/transmitter.cpp:55: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/transmitter.cpp:56: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f rtp/pktbuf-rtp.o; c++ -o rtp/pktbuf-rtp.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. rtp/pktbuf-rtp.cpp In file included from net/pktbuf.h:48, from rtp/pktbuf-rtp.h:39, from rtp/pktbuf-rtp.cpp:42: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/pktbuf.h:48, from rtp/pktbuf-rtp.h:39, from rtp/pktbuf-rtp.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/pktbuf.h:48, from rtp/pktbuf-rtp.h:39, from rtp/pktbuf-rtp.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/pktbuf.h:48, from rtp/pktbuf-rtp.h:39, from rtp/pktbuf-rtp.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/pktbuf.h:48, from rtp/pktbuf-rtp.h:39, from rtp/pktbuf-rtp.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/pktbuf.h:48, from rtp/pktbuf-rtp.h:39, from rtp/pktbuf-rtp.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f video/device.o; c++ -o video/device.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. video/device.cpp In file included from video/grabber.h:41, from video/device.cpp:39: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from video/grabber.h:39, from video/device.cpp:39: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/grabber.h:41, from video/device.cpp:39: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from video/grabber.h:39, from video/device.cpp:39: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/grabber.h:41, from video/device.cpp:39: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from video/grabber.h:39, from video/device.cpp:39: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f video/grabber.o; c++ -o video/grabber.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. video/grabber.cpp In file included from video/grabber.h:41, from video/grabber.cpp:57: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from video/grabber.h:39, from video/grabber.cpp:57: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/grabber.h:41, from video/grabber.cpp:57: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from video/grabber.h:39, from video/grabber.cpp:57: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/grabber.h:41, from video/grabber.cpp:57: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from video/grabber.h:39, from video/grabber.cpp:57: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ video/grabber.cpp: In member function 'void Grabber::contrast(double)': video/grabber.cpp:173:16: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare] 173 | for (i = 0; i < min; ++i) | ~~^~~~~ video/grabber.cpp:175:12: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare] 175 | for ( ; i < max; ++i) { | ~~^~~~~ rm -f video/grabber-still.o; c++ -o video/grabber-still.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. video/grabber-still.cpp In file included from video/grabber-still.cpp:51: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from video/grabber-still.cpp:51: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/grabber-still.cpp:51: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from video/grabber-still.cpp:51: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/grabber-still.cpp:51: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from video/grabber-still.cpp:51: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/grabber-still.cpp:56: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/encoder-h261.o; c++ -o codec/encoder-h261.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/encoder-h261.cpp In file included from net/net.h:41, from codec/encoder-h261.cpp:42: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-h261.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-h261.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-h261.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-h261.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-h261.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/encoder-h261.cpp:49: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/encoder-jpeg.o; c++ -o codec/encoder-jpeg.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/encoder-jpeg.cpp In file included from net/net.h:41, from codec/encoder-jpeg.cpp:41: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-jpeg.cpp:41: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-jpeg.cpp:41: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-jpeg.cpp:41: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-jpeg.cpp:41: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-jpeg.cpp:41: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/encoder-jpeg.cpp:47: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/encoder-raw.o; c++ -o codec/encoder-raw.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/encoder-raw.cpp In file included from rtp/transmitter.h:46, from codec/encoder-raw.cpp:40: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from rtp/transmitter.h:46, from codec/encoder-raw.cpp:40: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/transmitter.h:46, from codec/encoder-raw.cpp:40: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from rtp/transmitter.h:46, from codec/encoder-raw.cpp:40: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/transmitter.h:46, from codec/encoder-raw.cpp:40: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from rtp/transmitter.h:46, from codec/encoder-raw.cpp:40: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/encoder-raw.cpp:40: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/encoder-h263.o; c++ -o codec/encoder-h263.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/encoder-h263.cpp In file included from rtp/transmitter.h:46, from codec/encoder-h263.cpp:59: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from rtp/transmitter.h:46, from codec/encoder-h263.cpp:59: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/transmitter.h:46, from codec/encoder-h263.cpp:59: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from rtp/transmitter.h:46, from codec/encoder-h263.cpp:59: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/transmitter.h:46, from codec/encoder-h263.cpp:59: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from rtp/transmitter.h:46, from codec/encoder-h263.cpp:59: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/encoder-h263.cpp:59: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ codec/encoder-h263.cpp: In member function 'virtual int H263Encoder::consume(const VideoFrame*)': codec/encoder-h263.cpp:204:7: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare] 204 | if (w!=lastw_ || h!=lasth_) { | ~^~~~~~~~ codec/encoder-h263.cpp:204:20: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare] 204 | if (w!=lastw_ || h!=lasth_) { | ~^~~~~~~~ codec/encoder-h263.cpp:322:12: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare] 322 | for (i=0;iresult); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-h263v2.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-h263v2.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-h263v2.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-h263v2.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-h263v2.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/encoder-h263v2.cpp:48: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/encoder-nv.o; c++ -o codec/encoder-nv.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/encoder-nv.cpp In file included from net/net.h:41, from codec/encoder-nv.cpp:65: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-nv.cpp:65: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-nv.cpp:65: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-nv.cpp:65: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-nv.cpp:65: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-nv.cpp:65: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/encoder-nv.cpp:78: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ In file included from /usr/include/stdio.h:40, from codec/encoder-nv.cpp:60: codec/encoder-nv.cpp: In member function 'void NvEncoder::putblock(const u_char*, const u_char*, const u_char*, int, int, int, u_char*&)': codec/encoder-nv.cpp:271:24: warning: operation on 'blkwp' may be undefined [-Wsequence-point] 271 | blkw = ntohl(*blkwp++); | ~~~~~^~ codec/encoder-nv.cpp:271:24: warning: operation on 'blkwp' may be undefined [-Wsequence-point] codec/encoder-nv.cpp:271:24: warning: operation on 'blkwp' may be undefined [-Wsequence-point] codec/encoder-nv.cpp:271:24: warning: operation on 'blkwp' may be undefined [-Wsequence-point] codec/encoder-nv.cpp:271:24: warning: operation on 'blkwp' may be undefined [-Wsequence-point] codec/encoder-nv.cpp:271:24: warning: operation on 'blkwp' may be undefined [-Wsequence-point] codec/encoder-nv.cpp:283:24: warning: operation on 'blkwp' may be undefined [-Wsequence-point] 283 | blkw = ntohl(*blkwp++); | ~~~~~^~ codec/encoder-nv.cpp:283:24: warning: operation on 'blkwp' may be undefined [-Wsequence-point] codec/encoder-nv.cpp:283:24: warning: operation on 'blkwp' may be undefined [-Wsequence-point] codec/encoder-nv.cpp:283:24: warning: operation on 'blkwp' may be undefined [-Wsequence-point] codec/encoder-nv.cpp:283:24: warning: operation on 'blkwp' may be undefined [-Wsequence-point] codec/encoder-nv.cpp:283:24: warning: operation on 'blkwp' may be undefined [-Wsequence-point] rm -f codec/encoder-cellb.o; c++ -o codec/encoder-cellb.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/encoder-cellb.cpp In file included from net/net.h:41, from codec/encoder-cellb.cpp:60: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-cellb.cpp:60: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-cellb.cpp:60: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-cellb.cpp:60: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-cellb.cpp:60: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-cellb.cpp:60: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/encoder-cellb.cpp:64: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/encoder-pvh.o; c++ -o codec/encoder-pvh.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/encoder-pvh.cpp In file included from codec/encoder-pvh.cpp:45: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from codec/encoder-pvh.cpp:45: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/encoder-pvh.cpp:45: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from codec/encoder-pvh.cpp:45: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/encoder-pvh.cpp:45: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from codec/encoder-pvh.cpp:45: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from codec/encoder-pvh.cpp:56: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ codec/encoder-pvh.cpp: In member function 'void PvhEncoder::encode_tree(pvh_layer*, u_int)': codec/encoder-pvh.cpp:1061:10: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1061 | sm = sm & 1 | sm >> 3 & 2 | sm >> 6 & 4 | sm >> 9 & 8; | ~~~^~~ codec/encoder-pvh.cpp:1061:38: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1061 | sm = sm & 1 | sm >> 3 & 2 | sm >> 6 & 4 | sm >> 9 & 8; | ~~~~~~~~^~~ codec/encoder-pvh.cpp:1061:52: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1061 | sm = sm & 1 | sm >> 3 & 2 | sm >> 6 & 4 | sm >> 9 & 8; | ~~~~~~~~^~~ In file included from codec/encoder-pvh.cpp:47: codec/encoder-pvh.cpp: In member function 'virtual int PvhEncoder::consume(const VideoFrame*)': ./huffman.h:118:85: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 118 | if (0) printf("pb %d(%x %d%d%d)\n", n, bits, (bits >> 2) & 1, (bits >> 1) & 1, bits & 1); \ codec/encoder-pvh.cpp:1344:6: note: in expansion of macro 'PUT_BITS' 1344 | PUT_BITS(0x10 | (dblk - 2), 6, lp->nbb, lp->bb, lp->bs); | ^~~~~~~~ codec/encoder-pvh.cpp: At global scope: codec/encoder-pvh.cpp:427:13: warning: 'void pone(const char*, int, double)' defined but not used [-Wunused-function] 427 | static void pone(const char* s, int v, double t) | ^~~~ codec/encoder-pvh.cpp: In member function 'virtual int PvhEncoder::consume(const VideoFrame*)': codec/encoder-pvh.cpp:1400:11: warning: 'ysave' may be used uninitialized in this function [-Wmaybe-uninitialized] 1400 | memcpy(p, ysave, 16); | ~~~~~~^~~~~~~~~~~~~~ rm -f codec/compositor.o; c++ -o codec/compositor.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/compositor.cpp In file included from ./module.h:39, from codec/compositor.cpp:52: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from ./module.h:39, from codec/compositor.cpp:52: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:39, from codec/compositor.cpp:52: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from ./module.h:39, from codec/compositor.cpp:52: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:39, from codec/compositor.cpp:52: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from ./module.h:39, from codec/compositor.cpp:52: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from codec/compositor.cpp:52: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/jpeg/jpeg.o; c++ -o codec/jpeg/jpeg.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/jpeg/jpeg.cpp rm -f codec/p64/p64.o; c++ -o codec/p64/p64.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/p64/p64.cpp codec/p64/p64.cpp: In member function 'int P64Decoder::parse_picture_hdr()': codec/p64/p64.cpp:686:11: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare] 686 | if (fmt_ != fmt) { | ~~~~~^~~~~~ codec/p64/p64.cpp: In member function 'int P64Decoder::parse_gob_hdr(int)': codec/p64/p64.cpp:774:10: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare] 774 | if (gob >= ngob_) { | ~~~~^~~~~~~~ codec/p64/p64.cpp:791:10: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare] 791 | if (gob > maxgob_) | ~~~~^~~~~~~~~ codec/p64/p64.cpp: In member function 'virtual void FullP64Decoder::sync()': codec/p64/p64.cpp:1220:20: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare] 1220 | for (int k = 0; k < ngob_; ++k) { | ~~^~~~~~~ rm -f codec/dct.o; c++ -o codec/dct.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/dct.cpp rm -f codec/transcoder-jpeg.o; c++ -o codec/transcoder-jpeg.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/transcoder-jpeg.cpp In file included from ./module.h:39, from codec/transcoder-jpeg.cpp:49: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from ./module.h:39, from codec/transcoder-jpeg.cpp:49: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:39, from codec/transcoder-jpeg.cpp:49: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from ./module.h:39, from codec/transcoder-jpeg.cpp:49: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:39, from codec/transcoder-jpeg.cpp:49: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from ./module.h:39, from codec/transcoder-jpeg.cpp:49: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from codec/transcoder-jpeg.cpp:49: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/framer-jpeg.o; c++ -o codec/framer-jpeg.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/framer-jpeg.cpp In file included from rtp/transmitter.h:46, from codec/framer-jpeg.cpp:40: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from rtp/transmitter.h:46, from codec/framer-jpeg.cpp:40: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/transmitter.h:46, from codec/framer-jpeg.cpp:40: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from rtp/transmitter.h:46, from codec/framer-jpeg.cpp:40: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from rtp/transmitter.h:46, from codec/framer-jpeg.cpp:40: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from rtp/transmitter.h:46, from codec/framer-jpeg.cpp:40: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/framer-jpeg.cpp:40: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/decoder-pvh.o; c++ -o codec/decoder-pvh.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/decoder-pvh.cpp In file included from codec/decoder.h:49, from codec/decoder-pvh.cpp:45: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-pvh.cpp:45: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-pvh.cpp:45: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-pvh.cpp:45: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-pvh.cpp:45: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-pvh.cpp:45: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ codec/decoder-pvh.cpp: In member function 'void PvhDecoder::decode_slice(frment*, rbent*)': codec/decoder-pvh.cpp:1284:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1284 | if (lp != rb) | ^~ codec/decoder-pvh.cpp:1286:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1286 | while (!BB_EOB(lp)) { | ^~~~~ codec/decoder-pvh.cpp: In member function 'virtual void PvhDecoder::recv(pktbuf*)': codec/decoder-pvh.cpp:1590:14: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 1590 | if (pb->len <= sizeof(rtphdr) + sizeof(pvhhdr)) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f video/assistor-list.o; c++ -o video/assistor-list.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. video/assistor-list.cpp In file included from video/assistor-list.cpp:15: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from video/assistor-list.cpp:15: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/assistor-list.cpp:15: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from video/assistor-list.cpp:15: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/assistor-list.cpp:15: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from video/assistor-list.cpp:15: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f codec/decoder.o; c++ -o codec/decoder.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/decoder.cpp In file included from codec/decoder.h:49, from codec/decoder.cpp:45: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder.cpp:45: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder.cpp:45: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder.cpp:45: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder.cpp:45: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder.cpp:45: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from codec/decoder.cpp:46: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/decoder-jpeg.o; c++ -o codec/decoder-jpeg.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/decoder-jpeg.cpp In file included from codec/decoder.h:49, from codec/decoder-jpeg.cpp:42: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-jpeg.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-jpeg.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-jpeg.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-jpeg.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-jpeg.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from codec/decoder-jpeg.cpp:46: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/decoder-nv.o; c++ -o codec/decoder-nv.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/decoder-nv.cpp In file included from codec/decoder.h:49, from codec/decoder-nv.cpp:64: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-nv.cpp:64: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-nv.cpp:64: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-nv.cpp:64: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-nv.cpp:64: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-nv.cpp:64: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ codec/decoder-nv.cpp: In member function 'const u_char* NvDecoder::decode_run(const u_char*, const u_char*, int)': codec/decoder-nv.cpp:555:6: warning: variable 'w0' set but not used [-Wunused-but-set-variable] 555 | int w0, w; | ^~ rm -f codec/decoder-h263.o; c++ -o codec/decoder-h263.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/decoder-h263.cpp In file included from codec/decoder.h:49, from codec/decoder-h263.cpp:57: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h263.cpp:57: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-h263.cpp:57: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h263.cpp:57: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-h263.cpp:57: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h263.cpp:57: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from codec/decoder-h263.cpp:58: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ codec/decoder-h263.cpp: In member function 'int H263Decoder::reassemble_gobs(u_char**, int*)': codec/decoder-h263.cpp:224:13: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare] 224 | for (l=0;l<=endblock;l++) { | ~^~~~~~~~~~ codec/decoder-h263.cpp:232:11: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare] 232 | if (size>h263streamsize_) { | ~~~~^~~~~~~~~~~~~~~~ codec/decoder-h263.cpp:242:13: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare] 242 | for (l=0;l<=endblock;l++) { | ~^~~~~~~~~~ codec/decoder-h263.cpp:255:10: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare] 255 | if ((lresult); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h263v2.cpp:6: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-h263v2.cpp:6: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h263v2.cpp:6: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-h263v2.cpp:6: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h263v2.cpp:6: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from codec/decoder-h263v2.cpp:7: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ codec/decoder-h263v2.cpp: In member function 'virtual void H263plusDecoder::recv(pktbuf*)': codec/decoder-h263v2.cpp:170:25: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 170 | b_tr = (bp[bs] << 6) & 0xc0 | (bp[bs+1] >> 2) & 0x3f; | ~~~~~~~~~~~~~~^~~~~~ codec/decoder-h263v2.cpp:153:13: warning: variable 'tid' set but not used [-Wunused-but-set-variable] 153 | int tid = 0; | ^~~ codec/decoder-h263v2.cpp:154:13: warning: variable 'trun' set but not used [-Wunused-but-set-variable] 154 | int trun = 0; | ^~~~ codec/decoder-h263v2.cpp:155:13: warning: variable 'tsync' set but not used [-Wunused-but-set-variable] 155 | int tsync = 0; | ^~~~~ rm -f codec/decoder-cellb.o; c++ -o codec/decoder-cellb.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/decoder-cellb.cpp In file included from codec/decoder.h:49, from codec/decoder-cellb.cpp:59: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-cellb.cpp:59: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-cellb.cpp:59: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-cellb.cpp:59: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-cellb.cpp:59: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-cellb.cpp:59: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f codec/decoder-h261.o; c++ -o codec/decoder-h261.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/decoder-h261.cpp In file included from codec/decoder.h:49, from codec/decoder-h261.cpp:42: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h261.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-h261.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h261.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-h261.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h261.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from codec/decoder-h261.cpp:43: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/decoder-h261v1.o; c++ -o codec/decoder-h261v1.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/decoder-h261v1.cpp In file included from codec/decoder.h:49, from codec/decoder-h261v1.cpp:42: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h261v1.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-h261v1.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h261v1.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-h261v1.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h261v1.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ codec/decoder-h261v1.cpp: In member function 'const u_char* RTPv1H261Decoder::reassemble(const u_char*, int&, u_int&, u_int&)': codec/decoder-h261v1.cpp:181:12: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare] 181 | if (len > wrkbuflen_) { | ~~~~^~~~~~~~~~~~ rm -f codec/decoder-raw.o; c++ -o codec/decoder-raw.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/decoder-raw.cpp In file included from codec/decoder.h:49, from codec/decoder-raw.cpp:42: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-raw.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-raw.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-raw.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-raw.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-raw.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from codec/decoder-raw.cpp:45: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f render/renderer.o; c++ -o render/renderer.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/renderer.cpp In file included from render/renderer.h:41, from render/renderer.cpp:38: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/renderer.h:41, from render/renderer.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/renderer.h:41, from render/renderer.cpp:38: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/renderer.h:41, from render/renderer.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/renderer.h:41, from render/renderer.cpp:38: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/renderer.h:41, from render/renderer.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from render/renderer.cpp:38: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f render/renderer-window.o; c++ -o render/renderer-window.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/renderer-window.cpp In file included from render/vw.h:40, from render/renderer-window.cpp:37: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/vw.h:40, from render/renderer-window.cpp:37: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/vw.h:40, from render/renderer-window.cpp:37: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/vw.h:40, from render/renderer-window.cpp:37: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/vw.h:40, from render/renderer-window.cpp:37: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/vw.h:40, from render/renderer-window.cpp:37: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from render/renderer-window.h:40, from render/renderer-window.cpp:38: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ render/renderer-window.cpp: In member function 'virtual void WindowRenderer::resize(int, int)': render/renderer-window.cpp:172:6: warning: unused variable 'outw' [-Wunused-variable] 172 | int outw = outw_; | ^~~~ render/renderer-window.cpp:173:6: warning: unused variable 'outh' [-Wunused-variable] 173 | int outh = outh_; | ^~~~ rm -f render/color.o; c++ -o render/color.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/color.cpp In file included from render/color.h:40, from render/color.cpp:43: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color.cpp:43: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color.cpp:43: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color.cpp:43: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color.cpp:43: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color.cpp:43: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f render/color-pseudo.o; c++ -o render/color-pseudo.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/color-pseudo.cpp In file included from render/color.h:40, from render/color-pseudo.h:40, from render/color-pseudo.cpp:52: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-pseudo.h:40, from render/color-pseudo.cpp:52: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-pseudo.h:40, from render/color-pseudo.cpp:52: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-pseudo.h:40, from render/color-pseudo.cpp:52: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-pseudo.h:40, from render/color-pseudo.cpp:52: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-pseudo.h:40, from render/color-pseudo.cpp:52: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from render/renderer-window.h:40, from render/color-pseudo.h:41, from render/color-pseudo.cpp:52: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f render/color-dither.o; c++ -o render/color-dither.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/color-dither.cpp In file included from render/color.h:40, from render/color-dither.cpp:68: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-dither.cpp:68: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-dither.cpp:68: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-dither.cpp:68: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-dither.cpp:68: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-dither.cpp:68: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from render/renderer-window.h:40, from render/color-pseudo.h:41, from render/color-dither.cpp:69: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ render/color-dither.cpp: In member function 'void DitherWindowRenderer::dither_up2_420(const u_char*, u_int, u_int, u_int, u_int) const': render/color-dither.cpp:957:22: warning: variable 'y2' set but not used [-Wunused-but-set-variable] 957 | register u_int y1, y2, e2, o2, out1, out2, p; | ^~ rm -f render/color-ed.o; c++ -o render/color-ed.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/color-ed.cpp In file included from render/color.h:40, from render/color-ed.cpp:101: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-ed.cpp:101: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-ed.cpp:101: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-ed.cpp:101: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-ed.cpp:101: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-ed.cpp:101: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from render/renderer-window.h:40, from render/color-pseudo.h:41, from render/color-ed.cpp:102: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ render/color-ed.cpp: In function 'int uverr(int, int, const ColorModel::color&)': render/color-ed.cpp:136:27: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] 136 | int u = (int)(uin - c.u) & 0x1ff ^ 0x100; | ~~~~~~~~~~~~~~~~~^~~~~~~ render/color-ed.cpp:137:27: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] 137 | int v = (int)(vin - c.v) & 0x1ff ^ 0x100; | ~~~~~~~~~~~~~~~~~^~~~~~~ render/color-ed.cpp: In member function 'void EDWindowRenderer::dither_422(const u_char*, u_int, u_int, u_int, u_int) const': render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:379:4: note: in expansion of macro 'ONEPIX' 379 | ONEPIX(yp[0] | uv0, out0, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:381:4: note: in expansion of macro 'ONEPIX' 381 | ONEPIX(yp[iw] | uv1, out1, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:382:4: note: in expansion of macro 'ONEPIX' 382 | ONEPIX(yp[iw+1] | uv1, out1, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:383:4: note: in expansion of macro 'ONEPIX' 383 | ONEPIX(yp[1] | uv0, out0, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:387:4: note: in expansion of macro 'ONEPIX' 387 | ONEPIX(yp[2] | uv0, out0, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:388:4: note: in expansion of macro 'ONEPIX' 388 | ONEPIX(yp[iw+2] | uv1, out1, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:389:4: note: in expansion of macro 'ONEPIX' 389 | ONEPIX(yp[iw+3] | uv1, out1, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:390:4: note: in expansion of macro 'ONEPIX' 390 | ONEPIX(yp[3] | uv0, out0, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:414:4: note: in expansion of macro 'ONEPIX' 414 | ONEPIX(yp[3] | uv0, out0, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:416:4: note: in expansion of macro 'ONEPIX' 416 | ONEPIX(yp[iw+3] | uv1, out1, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:417:4: note: in expansion of macro 'ONEPIX' 417 | ONEPIX(yp[iw+2] | uv1, out1, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:418:4: note: in expansion of macro 'ONEPIX' 418 | ONEPIX(yp[2] | uv0, out0, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:422:4: note: in expansion of macro 'ONEPIX' 422 | ONEPIX(yp[1] | uv0, out0, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:423:4: note: in expansion of macro 'ONEPIX' 423 | ONEPIX(yp[iw+1] | uv1, out1, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:424:4: note: in expansion of macro 'ONEPIX' 424 | ONEPIX(yp[iw] | uv1, out1, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:425:4: note: in expansion of macro 'ONEPIX' 425 | ONEPIX(yp[0] | uv0, out0, 24); | ^~~~~~ render/color-ed.cpp: In member function 'void EDWindowRenderer::dither_down2_422(const u_char*, u_int, u_int, u_int, u_int) const': render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:456:4: note: in expansion of macro 'ONEPIX' 456 | ONEPIX(yp[0] | uv, out0, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:459:4: note: in expansion of macro 'ONEPIX' 459 | ONEPIX(yp[diw] | uv, out1, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:462:4: note: in expansion of macro 'ONEPIX' 462 | ONEPIX(yp[2] | uv, out0, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:464:4: note: in expansion of macro 'ONEPIX' 464 | ONEPIX(yp[diw+2] | uv, out1, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:467:4: note: in expansion of macro 'ONEPIX' 467 | ONEPIX(yp[4] | uv, out0, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:469:4: note: in expansion of macro 'ONEPIX' 469 | ONEPIX(yp[diw+4] | uv, out1, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:472:4: note: in expansion of macro 'ONEPIX' 472 | ONEPIX(yp[6] | uv, out0, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:474:4: note: in expansion of macro 'ONEPIX' 474 | ONEPIX(yp[diw+6] | uv, out1, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:496:4: note: in expansion of macro 'ONEPIX' 496 | ONEPIX(yp[6] | uv, out0, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:499:4: note: in expansion of macro 'ONEPIX' 499 | ONEPIX(yp[diw+3] | uv, out1, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:502:4: note: in expansion of macro 'ONEPIX' 502 | ONEPIX(yp[4] | uv, out0, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:504:4: note: in expansion of macro 'ONEPIX' 504 | ONEPIX(yp[diw+4] | uv, out1, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:507:4: note: in expansion of macro 'ONEPIX' 507 | ONEPIX(yp[2] | uv, out0, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:509:4: note: in expansion of macro 'ONEPIX' 509 | ONEPIX(yp[diw+2] | uv, out1, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:512:4: note: in expansion of macro 'ONEPIX' 512 | ONEPIX(yp[0] | uv, out0, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:514:4: note: in expansion of macro 'ONEPIX' 514 | ONEPIX(yp[diw] | uv, out1, 24); | ^~~~~~ render/color-ed.cpp: In member function 'void EDWindowRenderer::dither_down4_422(const u_char*, u_int, u_int, u_int, u_int) const': render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:545:4: note: in expansion of macro 'ONEPIX0' 545 | ONEPIX0(yp[0] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:548:4: note: in expansion of macro 'ONEPIX0' 548 | ONEPIX0(yp[4] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:551:4: note: in expansion of macro 'ONEPIX0' 551 | ONEPIX0(yp[8] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:554:4: note: in expansion of macro 'ONEPIX0' 554 | ONEPIX0(yp[12] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:574:4: note: in expansion of macro 'ONEPIX0' 574 | ONEPIX0(yp[12] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:577:4: note: in expansion of macro 'ONEPIX0' 577 | ONEPIX0(yp[8] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:580:4: note: in expansion of macro 'ONEPIX0' 580 | ONEPIX0(yp[4] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:583:4: note: in expansion of macro 'ONEPIX0' 583 | ONEPIX0(yp[0] | uv, out0); | ^~~~~~~ render/color-ed.cpp: In member function 'void EDWindowRenderer::dither_down_422(const u_char*, u_int, u_int, u_int, u_int) const': render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:615:4: note: in expansion of macro 'ONEPIX0' 615 | ONEPIX0(yp[0] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:618:4: note: in expansion of macro 'ONEPIX0' 618 | ONEPIX0(yp[is] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:621:4: note: in expansion of macro 'ONEPIX0' 621 | ONEPIX0(yp[is << 1] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:624:4: note: in expansion of macro 'ONEPIX0' 624 | ONEPIX0(yp[is3] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:645:4: note: in expansion of macro 'ONEPIX0' 645 | ONEPIX0(yp[is3] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:648:4: note: in expansion of macro 'ONEPIX0' 648 | ONEPIX0(yp[is << 1] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:651:4: note: in expansion of macro 'ONEPIX0' 651 | ONEPIX0(yp[is] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:654:4: note: in expansion of macro 'ONEPIX0' 654 | ONEPIX0(yp[0] | uv, out0); | ^~~~~~~ render/color-ed.cpp: In member function 'void EDWindowRenderer::dither_up2_422(const u_char*, u_int, u_int, u_int, u_int) const': render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:684:4: note: in expansion of macro 'ONEPIX' 684 | ONEPIX(yp[0] | uv, out0, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:686:4: note: in expansion of macro 'ONEPIX' 686 | ONEPIX(yp[0] | uv, out1, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:687:4: note: in expansion of macro 'ONEPIX' 687 | ONEPIX(yp[0] | uv, out1, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:688:4: note: in expansion of macro 'ONEPIX' 688 | ONEPIX(yp[0] | uv, out0, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:690:4: note: in expansion of macro 'ONEPIX' 690 | ONEPIX(yp[1] | uv, out0, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:691:4: note: in expansion of macro 'ONEPIX' 691 | ONEPIX(yp[1] | uv, out1, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:692:4: note: in expansion of macro 'ONEPIX' 692 | ONEPIX(yp[1] | uv, out1, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:693:4: note: in expansion of macro 'ONEPIX' 693 | ONEPIX(yp[1] | uv, out0, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:717:4: note: in expansion of macro 'ONEPIX' 717 | ONEPIX(yp[1] | uv, out0, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:719:4: note: in expansion of macro 'ONEPIX' 719 | ONEPIX(yp[1] | uv, out1, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:720:4: note: in expansion of macro 'ONEPIX' 720 | ONEPIX(yp[1] | uv, out1, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:721:4: note: in expansion of macro 'ONEPIX' 721 | ONEPIX(yp[1] | uv, out0, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:723:4: note: in expansion of macro 'ONEPIX' 723 | ONEPIX(yp[0] | uv, out0, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:724:4: note: in expansion of macro 'ONEPIX' 724 | ONEPIX(yp[0] | uv, out1, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:725:4: note: in expansion of macro 'ONEPIX' 725 | ONEPIX(yp[0] | uv, out1, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:726:4: note: in expansion of macro 'ONEPIX' 726 | ONEPIX(yp[0] | uv, out0, 24); | ^~~~~~ render/color-ed.cpp: In member function 'void EDWindowRenderer::dither_420(const u_char*, u_int, u_int, u_int, u_int) const': render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:759:4: note: in expansion of macro 'ONEPIX' 759 | ONEPIX(yp[0] | uv, out0, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:760:4: note: in expansion of macro 'ONEPIX' 760 | ONEPIX(yp[iw] | uv, out1, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:761:4: note: in expansion of macro 'ONEPIX' 761 | ONEPIX(yp[iw+1] | uv, out1, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:762:4: note: in expansion of macro 'ONEPIX' 762 | ONEPIX(yp[1] | uv, out0, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:765:4: note: in expansion of macro 'ONEPIX' 765 | ONEPIX(yp[2] | uv, out0, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:766:4: note: in expansion of macro 'ONEPIX' 766 | ONEPIX(yp[iw+2] | uv, out1, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:767:4: note: in expansion of macro 'ONEPIX' 767 | ONEPIX(yp[iw+3] | uv, out1, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:768:4: note: in expansion of macro 'ONEPIX' 768 | ONEPIX(yp[3] | uv, out0, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:791:4: note: in expansion of macro 'ONEPIX' 791 | ONEPIX(yp[3] | uv, out0, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:792:4: note: in expansion of macro 'ONEPIX' 792 | ONEPIX(yp[iw+3] | uv, out1, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:793:4: note: in expansion of macro 'ONEPIX' 793 | ONEPIX(yp[iw+2] | uv, out1, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:794:4: note: in expansion of macro 'ONEPIX' 794 | ONEPIX(yp[2] | uv, out0, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:797:4: note: in expansion of macro 'ONEPIX' 797 | ONEPIX(yp[1] | uv, out0, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:798:4: note: in expansion of macro 'ONEPIX' 798 | ONEPIX(yp[iw+1] | uv, out1, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:799:4: note: in expansion of macro 'ONEPIX' 799 | ONEPIX(yp[iw] | uv, out1, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:800:4: note: in expansion of macro 'ONEPIX' 800 | ONEPIX(yp[0] | uv, out0, 24); | ^~~~~~ render/color-ed.cpp: In member function 'void EDWindowRenderer::dither_down2_420(const u_char*, u_int, u_int, u_int, u_int) const': render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:835:4: note: in expansion of macro 'ONEPIX' 835 | ONEPIX(yp[0] | uv, out0, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:837:4: note: in expansion of macro 'ONEPIX' 837 | ONEPIX(yp[diw] | uv, out1, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:840:4: note: in expansion of macro 'ONEPIX' 840 | ONEPIX(yp[2] | uv, out0, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:842:4: note: in expansion of macro 'ONEPIX' 842 | ONEPIX(yp[diw+2] | uv, out1, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:845:4: note: in expansion of macro 'ONEPIX' 845 | ONEPIX(yp[4] | uv, out0, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:847:4: note: in expansion of macro 'ONEPIX' 847 | ONEPIX(yp[diw+4] | uv, out1, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:850:4: note: in expansion of macro 'ONEPIX' 850 | ONEPIX(yp[6] | uv, out0, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:852:4: note: in expansion of macro 'ONEPIX' 852 | ONEPIX(yp[diw+6] | uv, out1, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:876:4: note: in expansion of macro 'ONEPIX' 876 | ONEPIX(yp[6] | uv, out0, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:878:4: note: in expansion of macro 'ONEPIX' 878 | ONEPIX(yp[diw+3] | uv1, out1, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:881:4: note: in expansion of macro 'ONEPIX' 881 | ONEPIX(yp[4] | uv, out0, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:883:4: note: in expansion of macro 'ONEPIX' 883 | ONEPIX(yp[diw+4] | uv1, out1, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:886:4: note: in expansion of macro 'ONEPIX' 886 | ONEPIX(yp[2] | uv, out0, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:888:4: note: in expansion of macro 'ONEPIX' 888 | ONEPIX(yp[diw+2] | uv1, out1, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:891:4: note: in expansion of macro 'ONEPIX' 891 | ONEPIX(yp[0] | uv, out0, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:893:4: note: in expansion of macro 'ONEPIX' 893 | ONEPIX(yp[diw] | uv1, out1, 24); | ^~~~~~ render/color-ed.cpp: In member function 'void EDWindowRenderer::dither_down4_420(const u_char*, u_int, u_int, u_int, u_int) const': render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:924:4: note: in expansion of macro 'ONEPIX0' 924 | ONEPIX0(yp[0] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:927:4: note: in expansion of macro 'ONEPIX0' 927 | ONEPIX0(yp[4] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:930:4: note: in expansion of macro 'ONEPIX0' 930 | ONEPIX0(yp[8] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:933:4: note: in expansion of macro 'ONEPIX0' 933 | ONEPIX0(yp[12] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:953:4: note: in expansion of macro 'ONEPIX0' 953 | ONEPIX0(yp[12] | uv0, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:956:4: note: in expansion of macro 'ONEPIX0' 956 | ONEPIX0(yp[8] | uv0, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:959:4: note: in expansion of macro 'ONEPIX0' 959 | ONEPIX0(yp[4] | uv0, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:962:4: note: in expansion of macro 'ONEPIX0' 962 | ONEPIX0(yp[0] | uv0, out0); | ^~~~~~~ render/color-ed.cpp: In member function 'void EDWindowRenderer::dither_down_420(const u_char*, u_int, u_int, u_int, u_int) const': render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:994:4: note: in expansion of macro 'ONEPIX0' 994 | ONEPIX0(yp[0] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:997:4: note: in expansion of macro 'ONEPIX0' 997 | ONEPIX0(yp[istride] | uv, out0) | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:1000:4: note: in expansion of macro 'ONEPIX0' 1000 | ONEPIX0(yp[istride << 1] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:1003:4: note: in expansion of macro 'ONEPIX0' 1003 | ONEPIX0(yp[istride3] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:1024:4: note: in expansion of macro 'ONEPIX0' 1024 | ONEPIX0(yp[istride3] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:1027:4: note: in expansion of macro 'ONEPIX0' 1027 | ONEPIX0(yp[istride << 1] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:1030:4: note: in expansion of macro 'ONEPIX0' 1030 | ONEPIX0(yp[istride] | uv, out0); | ^~~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:1033:4: note: in expansion of macro 'ONEPIX0' 1033 | ONEPIX0(yp[0] | uv, out0); | ^~~~~~~ render/color-ed.cpp: In member function 'void EDWindowRenderer::dither_up2_420(const u_char*, u_int, u_int, u_int, u_int) const': render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1064:4: note: in expansion of macro 'ONEPIX' 1064 | ONEPIX(yp[0] | uv, out0, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1065:4: note: in expansion of macro 'ONEPIX' 1065 | ONEPIX(yp[0] | uv, out1, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1066:4: note: in expansion of macro 'ONEPIX' 1066 | ONEPIX(yp[0] | uv, out1, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1067:4: note: in expansion of macro 'ONEPIX' 1067 | ONEPIX(yp[0] | uv, out0, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1069:4: note: in expansion of macro 'ONEPIX' 1069 | ONEPIX(yp[1] | uv, out0, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1070:4: note: in expansion of macro 'ONEPIX' 1070 | ONEPIX(yp[1] | uv, out1, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1071:4: note: in expansion of macro 'ONEPIX' 1071 | ONEPIX(yp[1] | uv, out1, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1072:4: note: in expansion of macro 'ONEPIX' 1072 | ONEPIX(yp[1] | uv, out0, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1095:4: note: in expansion of macro 'ONEPIX' 1095 | ONEPIX(yp[1] | uv, out0, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1096:4: note: in expansion of macro 'ONEPIX' 1096 | ONEPIX(yp[1] | uv, out1, 0); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1097:4: note: in expansion of macro 'ONEPIX' 1097 | ONEPIX(yp[1] | uv, out1, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1098:4: note: in expansion of macro 'ONEPIX' 1098 | ONEPIX(yp[1] | uv, out0, 8); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1100:4: note: in expansion of macro 'ONEPIX' 1100 | ONEPIX(yp[0] | uv, out0, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1101:4: note: in expansion of macro 'ONEPIX' 1101 | ONEPIX(yp[0] | uv, out1, 16); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1102:4: note: in expansion of macro 'ONEPIX' 1102 | ONEPIX(yp[0] | uv, out1, 24); | ^~~~~~ render/color-ed.cpp:345:36: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 345 | t = lut[t & (1 << (7+7+ED_YBITS)) - 1]; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ render/color-ed.cpp:355:2: note: in expansion of macro 'ONEPIX0' 355 | ONEPIX0(in, out); \ | ^~~~~~~ render/color-ed.cpp:1103:4: note: in expansion of macro 'ONEPIX' 1103 | ONEPIX(yp[0] | uv, out0, 24); | ^~~~~~ rm -f render/color-quant.o; c++ -o render/color-quant.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/color-quant.cpp In file included from render/color.h:40, from render/color-quant.cpp:47: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-quant.cpp:47: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-quant.cpp:47: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-quant.cpp:47: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-quant.cpp:47: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-quant.cpp:47: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from render/renderer-window.h:40, from render/color-pseudo.h:41, from render/color-quant.cpp:48: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ render/color-quant.cpp: In member function 'void QuantWindowRenderer::map_up2_420(const u_char*, u_int, u_int, u_int, u_int) const': render/color-quant.cpp:741:22: warning: variable 'y2' set but not used [-Wunused-but-set-variable] 741 | register u_int y1, y2, e2, o2, out, p; | ^~ rm -f render/color-gray.o; c++ -o render/color-gray.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/color-gray.cpp In file included from render/renderer.h:41, from render/renderer-window.h:40, from render/color-gray.cpp:44: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/renderer.h:41, from render/renderer-window.h:40, from render/color-gray.cpp:44: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/renderer.h:41, from render/renderer-window.h:40, from render/color-gray.cpp:44: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/renderer.h:41, from render/renderer-window.h:40, from render/color-gray.cpp:44: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/renderer.h:41, from render/renderer-window.h:40, from render/color-gray.cpp:44: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/renderer.h:41, from render/renderer-window.h:40, from render/color-gray.cpp:44: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from render/renderer-window.h:40, from render/color-gray.cpp:44: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f render/color-mono.o; c++ -o render/color-mono.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/color-mono.cpp In file included from render/color.h:40, from render/color-mono.cpp:60: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-mono.cpp:60: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-mono.cpp:60: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-mono.cpp:60: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-mono.cpp:60: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-mono.cpp:60: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from render/renderer-window.h:40, from render/color-mono.cpp:61: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ render/color-mono.cpp: In member function 'void MonoWindowRenderer::dither(const u_char*, u_int, u_int, u_int, u_int) const': render/color-mono.cpp:398:16: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare] 398 | for (h = 0; h < height; h++) { | ~~^~~~~~~~ render/color-mono.cpp:400:17: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare] 400 | for (w = 0; w < width; w += 8) { | ~~^~~~~~~ rm -f render/color-hist.o; c++ -o render/color-hist.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/color-hist.cpp In file included from render/color-hist.h:39, from render/color-hist.cpp:49: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./iohandler.h:47, from render/color-hist.h:37, from render/color-hist.cpp:49: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color-hist.h:39, from render/color-hist.cpp:49: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./iohandler.h:47, from render/color-hist.h:37, from render/color-hist.cpp:49: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color-hist.h:39, from render/color-hist.cpp:49: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./iohandler.h:47, from render/color-hist.h:37, from render/color-hist.cpp:49: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f render/rgb-converter.o; c++ -o render/rgb-converter.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/rgb-converter.cpp rm -f render/vw.o; c++ -o render/vw.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/vw.cpp In file included from render/vw.h:40, from render/vw.cpp:56: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/vw.h:40, from render/vw.cpp:56: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/vw.h:40, from render/vw.cpp:56: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/vw.h:40, from render/vw.cpp:56: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/vw.h:40, from render/vw.cpp:56: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/vw.h:40, from render/vw.cpp:56: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ render/vw.cpp: In member function 'virtual int MonitorCommand::command(int, const char* const*)': render/vw.cpp:1934:57: warning: unused parameter 'argv' [-Wunused-parameter] 1934 | int MonitorCommand::command(int argc, const char*const* argv) | ~~~~~~~~~~~~~~~~~~^~~~ render/vw.cpp: In member function 'virtual int UpdateRatesCommand::command(int, const char* const*)': render/vw.cpp:1967:61: warning: unused parameter 'argv' [-Wunused-parameter] 1967 | int UpdateRatesCommand::command(int argc, const char*const* argv) | ~~~~~~~~~~~~~~~~~~^~~~ rm -f render/ppm.o; c++ -o render/ppm.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/ppm.cpp In file included from render/ppm.cpp:38: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/ppm.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/ppm.cpp:38: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/ppm.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/ppm.cpp:38: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/ppm.cpp:38: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ render/ppm.cpp: In member function 'virtual int PPM::command(int, const char* const*)': render/ppm.cpp:123:82: warning: unknown conversion type character '\x0a' in format [-Wformat=] 123 | sprintf(TCLresult, "ppm.cpp: Can't dump overlay image file %s into channel %l\n", (char*)argv[2], (long)Ch); | ^~ render/ppm.cpp:123:24: warning: too many arguments for format [-Wformat-extra-args] 123 | sprintf(TCLresult, "ppm.cpp: Can't dump overlay image file %s into channel %l\n", (char*)argv[2], (long)Ch); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f render/color-true.o; c++ -o render/color-true.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/color-true.cpp In file included from render/color.h:40, from render/color-true.cpp:47: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-true.cpp:47: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-true.cpp:47: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-true.cpp:47: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-true.cpp:47: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-true.cpp:47: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from render/renderer-window.h:40, from render/color-true.cpp:48: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f render/color-hi.o; c++ -o render/color-hi.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/color-hi.cpp In file included from render/color.h:40, from render/color-hi.cpp:42: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-hi.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-hi.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-hi.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from render/color.h:40, from render/color-hi.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from render/color.h:40, from render/color-hi.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from render/renderer-window.h:40, from render/color-hi.cpp:43: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/p64/p64as.o; c++ -o codec/p64/p64as.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/p64/p64as.cpp rm -f codec/decoder-h261as.o; c++ -o codec/decoder-h261as.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/decoder-h261as.cpp In file included from codec/decoder.h:49, from codec/decoder-h261as.cpp:42: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h261as.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-h261as.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h261as.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-h261as.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-h261as.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from codec/decoder-h261as.cpp:43: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/encoder-h261as.o; c++ -o codec/encoder-h261as.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/encoder-h261as.cpp In file included from net/net.h:41, from codec/encoder-h261as.cpp:7: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-h261as.cpp:7: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-h261as.cpp:7: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-h261as.cpp:7: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-h261as.cpp:7: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from net/net.h:41, from codec/encoder-h261as.cpp:7: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/encoder-h261as.cpp:14: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ rm -f codec/encoder-bvc.o; c++ -o codec/encoder-bvc.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/encoder-bvc.cpp In file included from net/net.h:41, from codec/encoder-bvc.cpp:10: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from codec/encoder-bvc.cpp:7: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-bvc.cpp:10: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from codec/encoder-bvc.cpp:7: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from net/net.h:41, from codec/encoder-bvc.cpp:10: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from codec/encoder-bvc.cpp:7: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from codec/encoder-bvc.cpp:14: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ codec/encoder-bvc.cpp: At global scope: codec/encoder-bvc.cpp:426:3: warning: unnamed type with no linkage used to declare variable ' b' with linkage 426 | } b; | ^ codec/encoder-bvc.cpp:440:15: warning: 'depth' defined but not used [-Wunused-variable] 440 | static u_char depth[] = { | ^~~~~ codec/encoder-bvc.cpp: In member function 'virtual int BvcEncoder::consume(const VideoFrame*)': codec/encoder-bvc.cpp:871:11: warning: 'ysave' may be used uninitialized in this function [-Wmaybe-uninitialized] 871 | memcpy(p, ysave, 16); | ~~~~~~^~~~~~~~~~~~~~ rm -f codec/decoder-bvc.o; c++ -o codec/decoder-bvc.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/decoder-bvc.cpp In file included from codec/decoder.h:49, from codec/decoder-bvc.cpp:7: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-bvc.cpp:7: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-bvc.cpp:7: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-bvc.cpp:7: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from codec/decoder.h:49, from codec/decoder-bvc.cpp:7: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from codec/decoder.h:39, from codec/decoder-bvc.cpp:7: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from render/renderer.h:43, from codec/decoder-bvc.cpp:10: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ codec/decoder-bvc.cpp: In member function 'void BvcDecoder::decode_sbc(int8_t*, int8_t*, int8_t*, int)': codec/decoder-bvc.cpp:565:9: warning: variable 'off' set but not used [-Wunused-but-set-variable] 565 | int off; | ^~~ codec/decoder-bvc.cpp:607:9: warning: variable 'off' set but not used [-Wunused-but-set-variable] 607 | int off; | ^~~ codec/decoder-bvc.cpp: In member function 'void BvcDecoder::decode(const u_char*, int, int)': codec/decoder-bvc.cpp:767:19: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 767 | if ((unsigned)x > inw_ || (unsigned)y > inh_) { | ~~~~~~~~~~~~^~~~~~ codec/decoder-bvc.cpp:767:41: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 767 | if ((unsigned)x > inw_ || (unsigned)y > inh_) { | ~~~~~~~~~~~~^~~~~~ rm -f mkcube c++ -o mkcube -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/mkcube/mkcube.cpp rm -f rgb-cube.ppm ./mkcube rgb > rgb-cube.ppm rm -f ppmtolut gcc -o ppmtolut -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/ppmtolut/ppmtolut.c -lm render/ppmtolut/ppmtolut.c:35:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 35 | static const char rcsid[] = | ^~~~~ rm -f cm0.c ./ppmtolut -n cube rgb-cube.ppm >> cm0.c ./ppmtolut -n jv_cube jv-cube-128.ppm >> cm0.c rm -f cm0.o; gcc -o cm0.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. cm0.c rm -f yuv-map.ppm ./mkcube -Y 4 -U 45 -V 45 yuv > yuv-map.ppm rm -f cm1.c ./ppmtolut -n quant cm170.ppm >> cm1.c ./ppmtolut -Y 4 -n ed -e yuv-map.ppm >> cm1.c rm -f cm1.o; gcc -o cm1.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. cm1.c rm -f mkhuff c++ -o mkhuff -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/p64/mkhuff.cpp codec/p64/mkhuff.cpp: In function 'void gen_hte_mba()': codec/p64/mkhuff.cpp:241:20: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 241 | printf("\t{ %d, %d },\n", btoi(hc->str), strlen(hc->str)); | ~^ ~~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld codec/p64/mkhuff.cpp: In function 'void gen_hte_tc()': codec/p64/mkhuff.cpp:268:22: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 268 | printf("\t{ %d, %d },\n", | ~^ | | | int | %ld 269 | btoi(hc->str), strlen(hc->str)); | ~~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} rm -f huffcode.c ./mkhuff -e > huffcode.c rm -f huffcode.o; gcc -o huffcode.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. huffcode.c rm -f version.c echo `cat VERSION`-r`svnversion` | sed 's/.*/char version[] = "&";/' > version.c sh: svnversion: not found rm -f version.o; gcc -o version.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. version.c rm -f mkbv c++ -o mkbv -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. render/mkbv/mkbv.c rm -f bv.c ./mkbv > bv.c rm -f bv.o; gcc -o bv.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. bv.c rm -f codec/pvh-huff.o; gcc -o codec/pvh-huff.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. codec/pvh-huff.c rm -f tcl2c++ c++ -o tcl2c++ -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/tcl2cpp/tcl2cpp.c base=ui-ctrlmenu; rm -f ui-ctrlmenu.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-ctrlmenu.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-ctrlmenu.cpp:2178: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-ctrlmenu.cpp:2178: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-ctrlmenu.cpp:2178: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-ctrlmenu.cpp:2178: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-ctrlmenu.cpp:2178: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-ctrlmenu.cpp:2178: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ui-main; rm -f ui-main.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-main.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-main.cpp:1278: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-main.cpp:1278: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-main.cpp:1278: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-main.cpp:1278: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-main.cpp:1278: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-main.cpp:1278: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ui-resource; rm -f ui-resource.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-resource.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-resource.cpp:366: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-resource.cpp:366: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-resource.cpp:366: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-resource.cpp:366: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-resource.cpp:366: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-resource.cpp:366: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ui-relate; rm -f ui-relate.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-relate.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-relate.cpp:520: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-relate.cpp:520: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-relate.cpp:520: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-relate.cpp:520: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-relate.cpp:520: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-relate.cpp:520: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ui-titlemaker; rm -f ui-titlemaker.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-titlemaker.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-titlemaker.cpp:230: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-titlemaker.cpp:230: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-titlemaker.cpp:230: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-titlemaker.cpp:230: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-titlemaker.cpp:230: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-titlemaker.cpp:230: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ui-srclist; rm -f ui-srclist.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-srclist.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-srclist.cpp:149: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-srclist.cpp:149: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-srclist.cpp:149: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-srclist.cpp:149: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-srclist.cpp:149: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-srclist.cpp:149: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ui-stats; rm -f ui-stats.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-stats.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-stats.cpp:952: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-stats.cpp:952: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-stats.cpp:952: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-stats.cpp:952: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-stats.cpp:952: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-stats.cpp:952: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ui-util; rm -f ui-util.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-util.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-util.cpp:348: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-util.cpp:348: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-util.cpp:348: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-util.cpp:348: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-util.cpp:348: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-util.cpp:348: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ui-windows; rm -f ui-windows.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-windows.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-windows.cpp:945: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-windows.cpp:945: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-windows.cpp:945: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-windows.cpp:945: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-windows.cpp:945: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-windows.cpp:945: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ui-switcher; rm -f ui-switcher.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-switcher.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-switcher.cpp:167: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-switcher.cpp:167: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-switcher.cpp:167: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-switcher.cpp:167: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-switcher.cpp:167: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-switcher.cpp:167: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ui-extout; rm -f ui-extout.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-extout.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-extout.cpp:335: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-extout.cpp:335: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-extout.cpp:335: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-extout.cpp:335: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-extout.cpp:335: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-extout.cpp:335: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ui-grabber; rm -f ui-grabber.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-grabber.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-grabber.cpp:1440: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-grabber.cpp:1440: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-grabber.cpp:1440: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-grabber.cpp:1440: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-grabber.cpp:1440: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-grabber.cpp:1440: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ui-unix; rm -f ui-unix.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ui-unix.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ui-unix.cpp:128: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-unix.cpp:128: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-unix.cpp:128: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-unix.cpp:128: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ui-unix.cpp:128: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ui-unix.cpp:128: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=cf-main; rm -f cf-main.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o cf-main.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/cf-main.cpp:70: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-main.cpp:70: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/cf-main.cpp:70: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-main.cpp:70: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/cf-main.cpp:70: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-main.cpp:70: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=cf-tm; rm -f cf-tm.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o cf-tm.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/cf-tm.cpp:130: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-tm.cpp:130: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/cf-tm.cpp:130: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-tm.cpp:130: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/cf-tm.cpp:130: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-tm.cpp:130: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=cf-confbus; rm -f cf-confbus.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o cf-confbus.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/cf-confbus.cpp:50: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-confbus.cpp:50: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/cf-confbus.cpp:50: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-confbus.cpp:50: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/cf-confbus.cpp:50: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-confbus.cpp:50: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=cf-network; rm -f cf-network.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o cf-network.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/cf-network.cpp:378: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-network.cpp:378: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/cf-network.cpp:378: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-network.cpp:378: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/cf-network.cpp:378: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-network.cpp:378: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=cf-util; rm -f cf-util.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o cf-util.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/cf-util.cpp:181: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-util.cpp:181: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/cf-util.cpp:181: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-util.cpp:181: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/cf-util.cpp:181: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/cf-util.cpp:181: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=tkerror; rm -f tkerror.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o tkerror.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/tkerror.cpp:42: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/tkerror.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/tkerror.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/tkerror.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/tkerror.cpp:42: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/tkerror.cpp:42: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=entry; rm -f entry.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o entry.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/entry.cpp:40: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/entry.cpp:40: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/entry.cpp:40: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/entry.cpp:40: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/entry.cpp:40: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/entry.cpp:40: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=accessgrid; rm -f accessgrid.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o accessgrid.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/accessgrid.cpp:740: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/accessgrid.cpp:740: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/accessgrid.cpp:740: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/accessgrid.cpp:740: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/accessgrid.cpp:740: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/accessgrid.cpp:740: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=ag-pixrate; rm -f ag-pixrate.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o ag-pixrate.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/ag-pixrate.cpp:96: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ag-pixrate.cpp:96: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ag-pixrate.cpp:96: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ag-pixrate.cpp:96: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/ag-pixrate.cpp:96: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/ag-pixrate.cpp:96: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=autoplace_ui; rm -f autoplace_ui.o $base.cpp ; ./tcl2c++ 2 tcl/$base.tcl > tcl/$base.cpp ; c++ -o autoplace_ui.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. tcl/$base.cpp ; rm -f tcl/$base.cpp In file included from tcl/autoplace_ui.cpp:900: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/autoplace_ui.cpp:900: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/autoplace_ui.cpp:900: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/autoplace_ui.cpp:900: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tcl/autoplace_ui.cpp:900: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from ./vic_tcl.h:42, from tcl/autoplace_ui.cpp:900: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ base=tk; rm -f tk.o $base.cpp ; ./tcl2c++ 1 /usr/pkg/lib/tcl8.6/init.tcl /usr/pkg/lib/tk8.6/tk.tcl /usr/pkg/lib/tk8.6/button.tcl /usr/pkg/lib/tk8.6/dialog.tcl /usr/pkg/lib/tk8.6/entry.tcl /usr/pkg/lib/tk8.6/focus.tcl /usr/pkg/lib/tk8.6/listbox.tcl /usr/pkg/lib/tk8.6/menu.tcl /usr/pkg/lib/tk8.6/palette.tcl /usr/pkg/lib/tk8.6/scale.tcl /usr/pkg/lib/tk8.6/tearoff.tcl /usr/pkg/lib/tk8.6/text.tcl /usr/pkg/lib/tk8.6/optMenu.tcl /usr/pkg/lib/tk8.6/scrlbar.tcl > $base.cpp ; c++ -o tk.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. $base.cpp ; rm -f $base.cpp In file included from tk.cpp:7233: vic_tcl.h: In member function 'char* Tcl::result() const': vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from tk.cpp:7233: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tk.cpp:7233: vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from tk.cpp:7233: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from tk.cpp:7233: vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from vic_tcl.h:42, from tk.cpp:7233: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ rm -f strtol.o; gcc -o strtol.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. strtol.c In file included from /usr/include/ctype.h:100, from strtol.c:28: strtol.c: In function 'strtol': strtol.c:76:20: warning: array subscript has type 'char' [-Wchar-subscripts] 76 | while (isspace(*p)) { | ^ At top level: strtol.c:26:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 26 | static const char rcsid[] = "$Header$ SPRITE (Berkeley)"; | ^~~~~ rm -f strtoul.o; gcc -o strtoul.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. strtoul.c In file included from /usr/include/ctype.h:100, from strtoul.c:28: strtoul.c: In function 'strtoul': strtoul.c:93:20: warning: array subscript has type 'char' [-Wchar-subscripts] 93 | while (isspace(*p)) { | ^ strtoul.c:171:16: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 171 | if (digit >= base) { | ^~ At top level: strtoul.c:26:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 26 | static const char rcsid[] = "$Header$ SPRITE (Berkeley)"; | ^~~~~ rm -f video/grabber-ov511.o; c++ -o video/grabber-ov511.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. video/grabber-ov511.cpp In file included from video/grabber.h:41, from video/grabber-ov511.cpp:67: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from video/grabber.h:39, from video/grabber-ov511.cpp:67: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/grabber.h:41, from video/grabber-ov511.cpp:67: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from video/grabber.h:39, from video/grabber-ov511.cpp:67: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/grabber.h:41, from video/grabber-ov511.cpp:67: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from video/grabber.h:39, from video/grabber-ov511.cpp:67: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from video/grabber-ov511.cpp:70: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ video/grabber-ov511.cpp: In member function 'int OV511Grabber::capture()': video/grabber-ov511.cpp:841:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 841 | if (dstoff + cplen < sizeof(frmbuf)) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ video/grabber-ov511.cpp: At global scope: video/grabber-ov511.cpp:43:13: warning: 'rcsid' defined but not used [-Wunused-variable] 43 | static char rcsid[] = | ^~~~~ rm -f video/grabber-v4l2.o; c++ -o video/grabber-v4l2.o -c -O2 -g -W -Wall -Wno-return-type -DHAVE_LIBV4L -DUSE_SHM -DUSE_H261AS -DARCH_X86_64 -fsigned-char -DED_YBITS=4 -DSIGRET=void -DNLAYER=8 -D_GNU_SOURCE -DUSE_INTERP_RESULT -I. -Icodec/tmndec -Icodec/tmn-x -Icodec/h263 -Irtp -Irender -Inet -Ivideo -Icodec -I../common/src -I/usr/pkg/include/common-mml -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R7/include -Icodec/jpeg -Icodec/p64 -I. video/grabber-v4l2.cpp In file included from video/grabber.h:41, from video/grabber-v4l2.cpp:73: ./vic_tcl.h: In member function 'char* Tcl::result() const': ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from video/grabber.h:39, from video/grabber-v4l2.cpp:73: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/grabber.h:41, from video/grabber-v4l2.cpp:73: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from video/grabber.h:39, from video/grabber-v4l2.cpp:73: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from video/grabber.h:41, from video/grabber-v4l2.cpp:73: ./vic_tcl.h:55:46: warning: 'Tcl_Interp::result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations] 55 | inline char* result() const { return (tcl_->result); } | ^~~~~~ In file included from /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tk.h:19, from ./timer.h:41, from video/grabber.h:39, from video/grabber-v4l2.cpp:73: /shared/pkgsrc/mbone/vic-devel/work/.buildlink/include/tcl.h:514:11: note: declared here 514 | char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult"); | ^~~~~~ In file included from ./module.h:42, from video/grabber-v4l2.cpp:76: rtp/transmitter.h: In member function 'void Transmitter::bps(int)': rtp/transmitter.h:78:22: warning: parameter 'kbps' set but not used [-Wunused-but-set-parameter] 78 | inline void bps(int kbps) { kbps = kbps_; } | ~~~~^~~~ video/grabber-v4l2.cpp: At global scope: video/grabber-v4l2.cpp:164:9: error: '__u32' does not name a type 164 | __u32 pixelformat; | ^~~~~ video/grabber-v4l2.cpp: In constructor 'V4l2Scanner::V4l2Scanner(const char**)': video/grabber-v4l2.cpp:276:70: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] 276 | if (capability.capabilities & V4L2_CAP_VIDEO_CAPTURE == 0) { | ^ video/grabber-v4l2.cpp: In member function 'void V4l2Grabber::format()': video/grabber-v4l2.cpp:1114:24: error: 'pixelformat' was not declared in this scope 1114 | pixelformat = V4L2_PIX_FMT_YUV420; | ^~~~~~~~~~~ video/grabber-v4l2.cpp:1116:24: error: 'pixelformat' was not declared in this scope 1116 | pixelformat = V4L2_PIX_FMT_YUYV; | ^~~~~~~~~~~ video/grabber-v4l2.cpp:1127:24: error: 'pixelformat' was not declared in this scope 1127 | pixelformat = V4L2_PIX_FMT_YUV422P; | ^~~~~~~~~~~ video/grabber-v4l2.cpp:1129:24: error: 'pixelformat' was not declared in this scope 1129 | pixelformat = V4L2_PIX_FMT_YUYV; | ^~~~~~~~~~~ video/grabber-v4l2.cpp:1183:57: error: 'pixelformat' was not declared in this scope 1183 | if (fmtd.pixelformat == pixelformat) { | ^~~~~~~~~~~ *** Error code 1 Stop. make: stopped in /shared/pkgsrc/mbone/vic-devel/work/vic-mpeg4 *** Error code 1 Stop. make[1]: stopped in /shared/pkgsrc/mbone/vic-devel *** Error code 1 Stop. make: stopped in /shared/pkgsrc/mbone/vic-devel