=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for vncviewer-4.1.3 clang++ -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -Wall -c Exception.cxx clang++ -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -Wall -c FdInStream.cxx clang++ -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -Wall -c FdOutStream.cxx clang++ -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -Wall -c InStream.cxx clang++ -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -Wall -c RandomStream.cxx clang++ -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -Wall -c ZlibInStream.cxx clang++ -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -Wall -c ZlibOutStream.cxx clang++ -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -Wall -c HexInStream.cxx clang++ -I/opt/pkg/include -I.. -pipe -Os -I/opt/pkg/include -Wall -c HexOutStream.cxx rm -f librdr.a ar cq librdr.a Exception.o FdInStream.o FdOutStream.o InStream.o RandomStream.o ZlibInStream.o ZlibOutStream.o HexInStream.o HexOutStream.o ranlib librdr.a clang++ -I/opt/pkg/include -I.. -DVNC_SOCKLEN_T=socklen_t -pipe -Os -I/opt/pkg/include -Wall -c TcpSocket.cxx In file included from TcpSocket.cxx:43: In file included from ../rfb/LogWriter.h:26: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. rm -f libnetwork.a ar cq libnetwork.a TcpSocket.o ranlib libnetwork.a clang -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -Wall -c Region.c Region.c:114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XClipBox( r, rect ) ^ Region.c:126:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XUnionRectWithRegion(rect, source, dest) ^ Region.c:161:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] miSetExtents (pReg) ^ Region.c:244:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XDestroyRegion( r ) ^ Region.c:259:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XOffsetRegion(pRegion, x, y) ^ Region.c:312:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Compress(r, s, t, dx, xdir, grow) ^ Region.c:339:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XShrinkRegion(r, dx, dy) ^ Region.c:394:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] miIntersectO (pReg, r1, r1End, r2, r2End, y1, y2) ^ Region.c:458:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XIntersectRegion(reg1, reg2, newReg) ^ Region.c:468:13: warning: passing arguments to 'miRegionOp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] miRegionOp (newReg, reg1, reg2, ^ Region.c:483:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] miRegionCopy(dstrgn, rgn) ^ Region.c:669:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] miCoalesce (pReg, prevStart, curStart) ^ Region.c:949:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (* nonOverlap1Func) (newReg, r1, r1BandEnd, top, bot); ^ Region.c:961:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (* nonOverlap2Func) (newReg, r2, r2BandEnd, top, bot); ^ Region.c:990:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (* overlapFunc) (newReg, r1, r1BandEnd, r2, r2BandEnd, ytop, ybot); ^ Region.c:1028:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (* nonOverlap1Func) (newReg, r1, r1BandEnd, ^ Region.c:1043:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (* nonOverlap2Func) (newReg, r2, r2BandEnd, ^ Region.c:820:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] miRegionOp(newReg, reg1, reg2, overlapFunc, nonOverlap1Func, nonOverlap2Func) ^ Region.c:91:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void miRegionOp(); ^ Region.c:1111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] miUnionNonO (pReg, r, rEnd, y1, y2) ^ Region.c:1160:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] miUnionO (pReg, r1, r1End, r2, r2End, y1, y2) ^ Region.c:1226:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XUnionRegion(reg1, reg2, newReg) ^ Region.c:1313:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] miSubtractNonO1 (pReg, r, rEnd, y1, y2) ^ Region.c:1360:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] miSubtractO (pReg, r1, r1End, r2, r2End, y1, y2) ^ Region.c:1509:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XSubtractRegion(regM, regS, regD) ^ Region.c:1537:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XXorRegion( sra, srb, dr ) ^ Region.c:1557:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XEmptyRegion( r ) ^ Region.c:1568:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XEqualRegion( r1, r2 ) ^ Region.c:1589:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XPointInRegion( pRegion, x, y ) ^ Region.c:1608:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XRectInRegion(region, rx, ry, rwidth, rheight) ^ 30 warnings generated. rm -f libXregion.a ar cq libXregion.a Region.o ranlib libXregion.a clang -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c d3des.c d3des.c:66:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void deskey(key, edf) /* Thanks to James Gillogly & Phil Karn! */ ^ d3des.c:103:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void cookey(raw1) ^ d3des.c:126:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void cpkey(into) ^ d3des.c:136:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void usekey(from) ^ d3des.c:146:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void des(inblock, outblock) ^ d3des.c:157:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void scrunch(outof, into) ^ d3des.c:172:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void unscrun(outof, into) ^ d3des.c:331:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void desfunc(block, keys) ^ 8 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c Blacklist.cxx In file included from Blacklist.cxx:18: In file included from ../rfb/Blacklist.h:34: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c CConnection.cxx In file included from CConnection.cxx:28: In file included from ../rfb/LogWriter.h:26: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c CMsgHandler.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c CMsgReader.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c CMsgReaderV3.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c CMsgWriter.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c CMsgWriterV3.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c CSecurityVncAuth.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c ComparingUpdateTracker.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c Configuration.cxx In file included from Configuration.cxx:31: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c ConnParams.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c Cursor.cxx In file included from Cursor.cxx:20: In file included from ../rfb/LogWriter.h:26: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c Decoder.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c Encoder.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c HTTPServer.cxx In file included from HTTPServer.cxx:19: In file included from ../rfb/HTTPServer.h:33: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c HextileDecoder.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c HextileEncoder.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c KeyRemapper.cxx In file included from KeyRemapper.cxx:21: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c LogWriter.cxx In file included from LogWriter.cxx:26: In file included from ../rfb/LogWriter.h:26: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c Logger.cxx In file included from Logger.cxx:31: In file included from ../rfb/LogWriter.h:26: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c Logger_file.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c Logger_stdio.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c Password.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c PixelBuffer.cxx In file included from PixelBuffer.cxx:25: In file included from ../rfb/LogWriter.h:26: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ PixelBuffer.cxx:272:35: warning: delete called on 'rfb::ColourMap' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] if (colourmap && own_colourmap) delete colourmap; ^ PixelBuffer.cxx:288:35: warning: delete called on 'rfb::ColourMap' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor] if (colourmap && own_colourmap) delete colourmap; ^ 4 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c PixelFormat.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c RREEncoder.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c RREDecoder.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c RawDecoder.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c RawEncoder.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c Region.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c SConnection.cxx In file included from SConnection.cxx:25: In file included from ../rfb/ServerCore.h:27: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c SMsgHandler.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c SMsgReader.cxx In file included from SMsgReader.cxx:24: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c SMsgReaderV3.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c SMsgWriter.cxx In file included from SMsgWriter.cxx:26: In file included from ../rfb/LogWriter.h:26: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c SMsgWriterV3.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c ServerCore.cxx In file included from ServerCore.cxx:26: In file included from ../rfb/ServerCore.h:27: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c SSecurityFactoryStandard.cxx In file included from SSecurityFactoryStandard.cxx:24: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c SSecurityVncAuth.cxx In file included from SSecurityVncAuth.cxx:28: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c Timer.cxx In file included from Timer.cxx:30: In file included from ../rfb/LogWriter.h:26: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c TransImageGetter.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c UpdateTracker.cxx In file included from UpdateTracker.cxx:27: In file included from ../rfb/LogWriter.h:26: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c VNCSConnectionST.cxx In file included from VNCSConnectionST.cxx:19: In file included from ../rfb/VNCSConnectionST.h:33: In file included from ../rfb/VNCServerST.h:30: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c VNCServerST.cxx In file included from VNCServerST.cxx:50: In file included from ../rfb/ServerCore.h:27: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c ZRLEEncoder.cxx In file included from ZRLEEncoder.cxx:25: ../rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c ZRLEDecoder.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c encodings.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c secTypes.cxx clang++ -I/opt/pkg/include -I.. -DHAVE_VSNPRINTF -pipe -Os -I/opt/pkg/include -Wall -c util.cxx rm -f librfb.a ar cq librfb.a d3des.o Blacklist.o CConnection.o CMsgHandler.o CMsgReader.o CMsgReaderV3.o CMsgWriter.o CMsgWriterV3.o CSecurityVncAuth.o ComparingUpdateTracker.o Configuration.o ConnParams.o Cursor.o Decoder.o Encoder.o HTTPServer.o HextileDecoder.o HextileEncoder.o KeyRemapper.o LogWriter.o Logger.o Logger_file.o Logger_stdio.o Password.o PixelBuffer.o PixelFormat.o RREEncoder.o RREDecoder.o RawDecoder.o RawEncoder.o Region.o SConnection.o SMsgHandler.o SMsgReader.o SMsgReaderV3.o SMsgWriter.o SMsgWriterV3.o ServerCore.o SSecurityFactoryStandard.o SSecurityVncAuth.o Timer.o TransImageGetter.o UpdateTracker.o VNCSConnectionST.o VNCServerST.o ZRLEEncoder.o ZRLEDecoder.o encodings.o secTypes.o util.o ranlib librfb.a clang++ -I/opt/pkg/include -I../../common -pipe -Os -I/opt/pkg/include -Wall -c TXWindow.cxx clang++ -I/opt/pkg/include -I../../common -pipe -Os -I/opt/pkg/include -Wall -c TXScrollbar.cxx clang++ -I/opt/pkg/include -I../../common -pipe -Os -I/opt/pkg/include -Wall -c TXViewport.cxx clang++ -I/opt/pkg/include -I../../common -pipe -Os -I/opt/pkg/include -Wall -c TXImage.cxx In file included from TXImage.cxx:34: In file included from ../../common/rfb/LogWriter.h:26: ../../common/rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../../common/rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../../common/rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../../common/rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I../../common -pipe -Os -I/opt/pkg/include -Wall -c TXMenu.cxx rm -f libtx.a ar cq libtx.a TXWindow.o TXScrollbar.o TXViewport.o TXImage.o TXMenu.o ranlib libtx.a clang++ -I/opt/pkg/include -I../../common -I.. -I../tx -pipe -Os -I/opt/pkg/include -Wall -c DesktopWindow.cxx In file included from DesktopWindow.cxx:23: In file included from ./CConn.h:32: In file included from ./AboutDialog.h:26: In file included from ./parameters.h:21: ../../common/rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../../common/rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../../common/rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../../common/rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang++ -I/opt/pkg/include -I../../common -I.. -I../tx -pipe -Os -I/opt/pkg/include -Wall -c CConn.cxx In file included from CConn.cxx:23: In file included from ./CConn.h:32: In file included from ./AboutDialog.h:26: In file included from ./parameters.h:21: ../../common/rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../../common/rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../../common/rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../../common/rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ In file included from CConn.cxx:23: ./CConn.h:127:8: warning: private field 'reverseConnection' is not used [-Wunused-private-field] bool reverseConnection; ^ 3 warnings generated. clang++ -I/opt/pkg/include -I../../common -I.. -I../tx -pipe -Os -I/opt/pkg/include -Wall -c vncviewer.cxx In file included from vncviewer.cxx:34: In file included from ../../common/rfb/LogWriter.h:26: ../../common/rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../../common/rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../../common/rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../../common/rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ 2 warnings generated. clang -I/opt/pkg/include -I../../common -I.. -I../tx -pipe -Os -I/opt/pkg/include -Wall -c buildtime.c rm -f vncviewer clang++ -pipe -Os -I/opt/pkg/include -Wall -L/opt/pkg/lib -o vncviewer DesktopWindow.o CConn.o vncviewer.o buildtime.o ../tx/libtx.a ../../common/rfb/librfb.a ../../common/network/libnetwork.a ../../common/rdr/librdr.a -lz -lSM -lICE -lXext -lX11 clang -I/opt/pkg/include -I../../common -I../tx -pipe -Os -I/opt/pkg/include -Wall -c vncExt.c vncExt.c:321:15: warning: cast to 'void *' from smaller integer type 'CARD32' (aka 'unsigned int') [-Wint-to-void-pointer-cast] *opaqueId = (void*)rep.opaqueId; ^~~~~~~~~~~~~~~~~~~ vncExt.c:336:19: warning: cast to smaller integer type 'CARD32' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast] req->opaqueId = (CARD32)opaqueId; ^~~~~~~~~~~~~~~~ 2 warnings generated. clang++ -I/opt/pkg/include -I../../common -I../tx -pipe -Os -I/opt/pkg/include -Wall -c vncconfig.cxx In file included from vncconfig.cxx:38: ../../common/rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../../common/rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../../common/rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../../common/rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ vncconfig.cxx:349:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] if (!XVncExtConnect(dpy, "")) { ^ 3 warnings generated. clang++ -I/opt/pkg/include -I../../common -I../tx -pipe -Os -I/opt/pkg/include -Wall -c QueryConnectDialog.cxx clang -I/opt/pkg/include -I../../common -I../tx -pipe -Os -I/opt/pkg/include -Wall -c buildtime.c rm -f vncconfig clang++ -pipe -Os -I/opt/pkg/include -Wall -L/opt/pkg/lib -o vncconfig vncExt.o vncconfig.o QueryConnectDialog.o buildtime.o ../tx/libtx.a ../../common/rfb/librfb.a ../../common/network/libnetwork.a ../../common/rdr/librdr.a -lSM -lICE -lX11 -lXext clang++ -I/opt/pkg/include -I../../common -pipe -Os -I/opt/pkg/include -Wall -c vncpasswd.cxx rm -f vncpasswd clang++ -pipe -Os -I/opt/pkg/include -Wall -L/opt/pkg/lib -o vncpasswd vncpasswd.o ../../common/rfb/librfb.a clang++ -I/opt/pkg/include -I../../common -I.. -I../tx -I../vncconfig -pipe -Os -I/opt/pkg/include -Wall -c Image.cxx clang++ -I/opt/pkg/include -I../../common -I.. -I../tx -I../vncconfig -pipe -Os -I/opt/pkg/include -Wall -c x0vncserver.cxx In file included from x0vncserver.cxx:24: In file included from ../../common/rfb/LogWriter.h:26: ../../common/rfb/Configuration.h:191:18: warning: 'rfb::IntParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual bool setParam(int v); ^ ../../common/rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 1) virtual bool setParam(); ^ ../../common/rfb/Configuration.h:224:18: warning: 'rfb::BinaryParameter::setParam' hides overloaded virtual function [-Woverloaded-virtual] virtual void setParam(const void* v, int l); ^ ../../common/rfb/Configuration.h:143:18: note: hidden overloaded virtual function 'rfb::VoidParameter::setParam' declared here: different number of parameters (0 vs 2) virtual bool setParam(); ^ x0vncserver.cxx:301:23: warning: variable 'tvp' set but not used [-Wunused-but-set-variable] struct timeval* tvp = 0; ^ 3 warnings generated. clang -I/opt/pkg/include -I../../common -I.. -I../tx -I../vncconfig -pipe -Os -I/opt/pkg/include -Wall -c buildtime.c rm -f x0vncserver clang++ -pipe -Os -I/opt/pkg/include -Wall -L/opt/pkg/lib -o x0vncserver Image.o x0vncserver.o ../vncconfig/QueryConnectDialog.o buildtime.o ../../common/rfb/librfb.a ../../common/network/libnetwork.a ../../common/rdr/librdr.a ../tx/libtx.a -lz -lSM -lICE -lXtst -lXext -lX11