=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for mico-2.3.12 for i in admin include; do /usr/pkg/bin/gmake -C $i adm || exit 1; done gmake[1]: Entering directory '/var/pkgsrc/work/devel/mico/work/mico/admin' clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -c mkdepend.cc -o mkdepend.o clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -L/usr/pkg/lib -Wl,-R/usr/pkg/lib mkdepend.o -lcompat -lssl -lcrypto -ldl -lelf -lm -lpthread -o mkdepend gmake[1]: Leaving directory '/var/pkgsrc/work/devel/mico/work/mico/admin' gmake[1]: Entering directory '/var/pkgsrc/work/devel/mico/work/mico/include' gmake[1]: Nothing to be done for 'adm'. gmake[1]: Leaving directory '/var/pkgsrc/work/devel/mico/work/mico/include' for i in orb ir idl auxdir coss ccm; do /usr/pkg/bin/gmake -C $i lib || exit 1; done gmake[1]: Entering directory '/var/pkgsrc/work/devel/mico/work/mico/orb' echo '# Module dependencies' > .depend clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c os-unix.cc -o os-unix.pic.o clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c dii.cc -o dii.pic.o /var/pkgsrc/work/devel/mico/work/mico/./admin/mkdepend -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include *.cc >> .depend In file included from dii.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from dii.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ /var/pkgsrc/work/devel/mico/work/mico/./admin/mkdepend -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include transport/*.cc >> .depend /var/pkgsrc/work/devel/mico/work/mico/./admin/mkdepend -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include os-thread/*.cc >> .depend /var/pkgsrc/work/devel/mico/work/mico/./admin/mkdepend -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include security/*.cc >> .depend In file included from os-unix.cc:34: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c typecode.cc -o typecode.pic.o clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c any.cc -o any.pic.o In file included from dii.cc:52: ../include/mico/ssl.h:235:10: warning: 'MICOSSL::SSLTransport::callback' hides overloaded virtual function [-Woverloaded-virtual] void callback (CORBA::Transport *, CORBA::TransportCallback::Event); ^ ../include/mico/transport_impl.h:51:18: note: hidden overloaded virtual function 'MICO::SocketTransport::callback' declared here: type mismatch at 1st parameter ('CORBA::Dispatcher *' vs 'CORBA::Transport *') virtual void callback (CORBA::Dispatcher *, CORBA::Dispatcher::Event); ^ In file included from dii.cc:52: ../include/mico/ssl.h:281:10: warning: 'MICOSSL::SSLTransportServer::callback' hides overloaded virtual function [-Woverloaded-virtual] void callback (CORBA::TransportServer *, CORBA::TransportServerCallback::Event); ^ ../include/mico/transport_impl.h:97:10: note: hidden overloaded virtual function 'MICO::SocketTransportServer::callback' declared here: type mismatch at 1st parameter ('CORBA::Dispatcher *' vs 'CORBA::TransportServer *') void callback (CORBA::Dispatcher *, CORBA::Dispatcher::Event); ^ In file included from dii.cc:52: ../include/mico/ssl.h:292:20: warning: 'MICOSSL::SSLTransportServer::isblocking' hides overloaded virtual function [-Woverloaded-virtual] CORBA::Boolean isblocking (); ^ ../include/mico/transport_impl.h:99:20: note: hidden overloaded virtual function 'MICO::SocketTransportServer::isblocking' declared here: different qualifiers (const vs none) CORBA::Boolean isblocking () const; ^ In file included from dii.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ typecode.cc:160:16: warning: result of comparison of constant -1 with expression of type 'CORBA::TCKind' is always false [-Wtautological-constant-out-of-range-compare] if (tckind == TK_RECURSIVE) { ~~~~~~ ^ ~~~~~~~~~~~~ typecode.cc:188:16: warning: result of comparison of constant -1 with expression of type 'CORBA::TCKind' is always false [-Wtautological-constant-out-of-range-compare] if (tckind == TK_RECURSIVE) { ~~~~~~ ^ ~~~~~~~~~~~~ typecode.cc:749:10: warning: case value not in enumerated type 'CORBA::TCKind' [-Wswitch] case TK_RECURSIVE: ^ typecode.cc:49:22: note: expanded from macro 'TK_RECURSIVE' #define TK_RECURSIVE ((int)0xffffffff) ^ typecode.cc:630:16: warning: result of comparison of constant -1 with expression of type 'const CORBA::TCKind' is always false [-Wtautological-constant-out-of-range-compare] if (tckind == TK_RECURSIVE || tc->tckind == TK_RECURSIVE) { ~~~~~~ ^ ~~~~~~~~~~~~ typecode.cc:630:46: warning: result of comparison of constant -1 with expression of type 'CORBA::TCKind' is always false [-Wtautological-constant-out-of-range-compare] if (tckind == TK_RECURSIVE || tc->tckind == TK_RECURSIVE) { ~~~~~~~~~~ ^ ~~~~~~~~~~~~ typecode.cc:633:13: warning: result of comparison of constant -1 with expression of type 'const CORBA::TCKind' is always false [-Wtautological-constant-out-of-range-compare] if (tckind == TK_RECURSIVE && CORBA::is_nil (recurse_tc)) ~~~~~~ ^ ~~~~~~~~~~~~ typecode.cc:635:17: warning: result of comparison of constant -1 with expression of type 'CORBA::TCKind' is always false [-Wtautological-constant-out-of-range-compare] if (tc->tckind == TK_RECURSIVE && CORBA::is_nil (tc->recurse_tc)) ~~~~~~~~~~ ^ ~~~~~~~~~~~~ typecode.cc:825:10: warning: case value not in enumerated type 'CORBA::TCKind' [-Wswitch] case TK_RECURSIVE: ^ typecode.cc:49:22: note: expanded from macro 'TK_RECURSIVE' #define TK_RECURSIVE ((int)0xffffffff) ^ typecode.cc:933:16: warning: result of comparison of constant -1 with expression of type 'const CORBA::TCKind' is always true [-Wtautological-constant-out-of-range-compare] if (tckind != TK_RECURSIVE) ~~~~~~ ^ ~~~~~~~~~~~~ typecode.cc:951:12: warning: result of comparison of constant -1 with expression of type 'const CORBA::TCKind' is always false [-Wtautological-constant-out-of-range-compare] (tckind == TK_RECURSIVE && repoid.length() > 0))) ~~~~~~ ^ ~~~~~~~~~~~~ typecode.cc:1635:10: warning: case value not in enumerated type 'CORBA::TCKind' [-Wswitch] case TK_RECURSIVE: { ^ typecode.cc:49:22: note: expanded from macro 'TK_RECURSIVE' #define TK_RECURSIVE ((int)0xffffffff) ^ typecode.cc:1869:10: warning: case value not in enumerated type 'CORBA::TCKind' [-Wswitch] case TK_RECURSIVE: { ^ typecode.cc:49:22: note: expanded from macro 'TK_RECURSIVE' #define TK_RECURSIVE ((int)0xffffffff) ^ typecode.cc:1694:16: warning: result of comparison of constant -1 with expression of type 'const CORBA::TCKind' is always false [-Wtautological-constant-out-of-range-compare] if (tckind == TK_RECURSIVE) { ~~~~~~ ^ ~~~~~~~~~~~~ typecode.cc:1907:50: warning: result of comparison of constant -1 with expression of type 'CORBA::TCKind' is always true [-Wtautological-constant-out-of-range-compare] if (tckind != tk_sequence || content->tckind != TK_RECURSIVE) ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~ In file included from any.cc:34: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from typecode.cc:34: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 8 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c codec.cc -o codec.pic.o 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c buffer.cc -o buffer.pic.o In file included from codec.cc:34: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from buffer.cc:32: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c context.cc -o context.pic.o 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c except.cc -o except.pic.o 15 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c dispatch.cc -o dispatch.pic.o context.cc:135:20: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (!name || !&val) ~ ^~~ In file included from context.cc:35: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 2 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c string.cc -o string.pic.o In file included from except.cc:34: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from dispatch.cc:34: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c object.cc -o object.pic.o In file included from string.cc:32: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c address.cc -o address.pic.o 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c ior.cc -o ior.pic.o object.cc:61:10: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (!this || magic != MICO_OBJ_MAGIC) { ~^~~~ object.cc:72:10: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (!this || magic != MICO_OBJ_MAGIC) { ~^~~~ object.cc:83:10: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] if (!this || magic != MICO_OBJ_MAGIC) { ~^~~~ In file included from object.cc:34: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from ior.cc:39: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from ior.cc:39: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from address.cc:34: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from ior.cc:53: ../include/mico/ssl.h:235:10: warning: 'MICOSSL::SSLTransport::callback' hides overloaded virtual function [-Woverloaded-virtual] void callback (CORBA::Transport *, CORBA::TransportCallback::Event); ^ ../include/mico/transport_impl.h:51:18: note: hidden overloaded virtual function 'MICO::SocketTransport::callback' declared here: type mismatch at 1st parameter ('CORBA::Dispatcher *' vs 'CORBA::Transport *') virtual void callback (CORBA::Dispatcher *, CORBA::Dispatcher::Event); ^ In file included from ior.cc:53: ../include/mico/ssl.h:281:10: warning: 'MICOSSL::SSLTransportServer::callback' hides overloaded virtual function [-Woverloaded-virtual] void callback (CORBA::TransportServer *, CORBA::TransportServerCallback::Event); ^ ../include/mico/transport_impl.h:97:10: note: hidden overloaded virtual function 'MICO::SocketTransportServer::callback' declared here: type mismatch at 1st parameter ('CORBA::Dispatcher *' vs 'CORBA::TransportServer *') void callback (CORBA::Dispatcher *, CORBA::Dispatcher::Event); ^ In file included from ior.cc:53: ../include/mico/ssl.h:292:20: warning: 'MICOSSL::SSLTransportServer::isblocking' hides overloaded virtual function [-Woverloaded-virtual] CORBA::Boolean isblocking (); ^ ../include/mico/transport_impl.h:99:20: note: hidden overloaded virtual function 'MICO::SocketTransportServer::isblocking' declared here: different qualifiers (const vs none) CORBA::Boolean isblocking () const; ^ 4 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c orb.cc -o orb.pic.o 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c dsi.cc -o dsi.pic.o In file included from ior.cc:39: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from orb.cc:32: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from orb.cc:32: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from dsi.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from dsi.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from orb.cc:45: ../include/mico/ssl.h:235:10: warning: 'MICOSSL::SSLTransport::callback' hides overloaded virtual function [-Woverloaded-virtual] void callback (CORBA::Transport *, CORBA::TransportCallback::Event); ^ ../include/mico/transport_impl.h:51:18: note: hidden overloaded virtual function 'MICO::SocketTransport::callback' declared here: type mismatch at 1st parameter ('CORBA::Dispatcher *' vs 'CORBA::Transport *') virtual void callback (CORBA::Dispatcher *, CORBA::Dispatcher::Event); ^ In file included from orb.cc:45: ../include/mico/ssl.h:281:10: warning: 'MICOSSL::SSLTransportServer::callback' hides overloaded virtual function [-Woverloaded-virtual] void callback (CORBA::TransportServer *, CORBA::TransportServerCallback::Event); ^ ../include/mico/transport_impl.h:97:10: note: hidden overloaded virtual function 'MICO::SocketTransportServer::callback' declared here: type mismatch at 1st parameter ('CORBA::Dispatcher *' vs 'CORBA::TransportServer *') void callback (CORBA::Dispatcher *, CORBA::Dispatcher::Event); ^ In file included from orb.cc:45: ../include/mico/ssl.h:292:20: warning: 'MICOSSL::SSLTransportServer::isblocking' hides overloaded virtual function [-Woverloaded-virtual] CORBA::Boolean isblocking (); ^ ../include/mico/transport_impl.h:99:20: note: hidden overloaded virtual function 'MICO::SocketTransportServer::isblocking' declared here: different qualifiers (const vs none) CORBA::Boolean isblocking () const; ^ In file included from dsi.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 8 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c transport.cc -o transport.pic.o orb.cc:3705:15: warning: inequality comparison result unused [-Wunused-comparison] for ( ; it!=server_users.end(), jt!=server_users_passwds.end(); ~~^~~~~~~~~~~~~~~~~~~~ orb.cc:3705:15: note: use '|=' to turn this inequality comparison into an or-assignment for ( ; it!=server_users.end(), jt!=server_users_passwds.end(); ^~ |= 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c transport/tcp.cc -o transport/tcp.pic.o In file included from orb.cc:32: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from transport.cc:34: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c transport/udp.cc -o transport/udp.pic.o transport/tcp.cc:25: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c transport/unix.cc -o transport/unix.pic.o In file included from transport/udp.cc:25: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c iop.cc -o iop.pic.o In file included from transport/unix.cc:25: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c util.cc -o util.pic.o In file included from iop.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from iop.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ util.cc:761:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int scc; ^~~~~~~~~ util.cc:787:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ In file included from util.cc:34: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 9 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c basic_seq.cc -o basic_seq.pic.o In file included from iop.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from iop.cc:46: In file included from ../include/mico/impl.h:95: ../include/mico/iop.h:258:25: warning: private field '_odc' is not used [-Wunused-private-field] CORBA::DataDecoder *_odc; ^ 3 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c fast_array.cc -o fast_array.pic.o In file included from basic_seq.cc:32: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c ssl.cc -o ssl.pic.o In file included from fast_array.cc:38: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c fixed.cc -o fixed.pic.o In file included from ssl.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from ssl.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from ssl.cc:48: ../include/mico/ssl.h:235:10: warning: 'MICOSSL::SSLTransport::callback' hides overloaded virtual function [-Woverloaded-virtual] void callback (CORBA::Transport *, CORBA::TransportCallback::Event); ^ ../include/mico/transport_impl.h:51:18: note: hidden overloaded virtual function 'MICO::SocketTransport::callback' declared here: type mismatch at 1st parameter ('CORBA::Dispatcher *' vs 'CORBA::Transport *') virtual void callback (CORBA::Dispatcher *, CORBA::Dispatcher::Event); ^ In file included from ssl.cc:48: ../include/mico/ssl.h:281:10: warning: 'MICOSSL::SSLTransportServer::callback' hides overloaded virtual function [-Woverloaded-virtual] void callback (CORBA::TransportServer *, CORBA::TransportServerCallback::Event); ^ ../include/mico/transport_impl.h:97:10: note: hidden overloaded virtual function 'MICO::SocketTransportServer::callback' declared here: type mismatch at 1st parameter ('CORBA::Dispatcher *' vs 'CORBA::TransportServer *') void callback (CORBA::Dispatcher *, CORBA::Dispatcher::Event); ^ In file included from ssl.cc:48: ../include/mico/ssl.h:292:20: warning: 'MICOSSL::SSLTransportServer::isblocking' hides overloaded virtual function [-Woverloaded-virtual] CORBA::Boolean isblocking (); ^ ../include/mico/transport_impl.h:99:20: note: hidden overloaded virtual function 'MICO::SocketTransportServer::isblocking' declared here: different qualifiers (const vs none) CORBA::Boolean isblocking () const; ^ In file included from fixed.cc:32: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from ssl.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c intercept.cc -o intercept.pic.o 6 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c codeset.cc -o codeset.pic.o 8 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c queue.cc -o queue.pic.o In file included from intercept.cc:36: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from intercept.cc:36: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from codeset.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from codeset.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from intercept.cc:36: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c static.cc -o static.pic.o In file included from codeset.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from queue.cc:34: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 1 warning generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c current.cc -o current.pic.o In file included from static.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from static.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c policy_impl.cc -o policy_impl.pic.o In file included from current.cc:8: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from current.cc:8: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from current.cc:8: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c service_info.cc -o service_info.pic.o In file included from policy_impl.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from policy_impl.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from static.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from static.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:197: ../include/mico/static.h:245:33: warning: private field '_iceptreq' is not used [-Wunused-private-field] CORBA::ServerlessObject_ptr _iceptreq; ^ In file included from service_info.cc:8: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from service_info.cc:8: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from service_info.cc:8: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c ioptypes.cc -o ioptypes.pic.o In file included from policy_impl.cc:37: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c ssliop.cc -o ssliop.pic.o In file included from ioptypes.cc:8: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from ioptypes.cc:8: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from ioptypes.cc:8: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from ssliop.cc:8: In file included from ../include/mico/ssliop.h:8: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from ssliop.cc:8: In file included from ../include/mico/ssliop.h:8: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c value.cc -o value.pic.o In file included from ssliop.cc:8: In file included from ../include/mico/ssliop.h:8: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c valuetype.cc -o valuetype.pic.o 6 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c valuetype_impl.cc -o valuetype_impl.pic.o In file included from value.cc:32: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from value.cc:32: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from valuetype.cc:8: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from valuetype.cc:8: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from valuetype.cc:8: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from value.cc:32: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from valuetype_impl.cc:32: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from valuetype_impl.cc:32: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c dynany_impl.cc -o dynany_impl.pic.o 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c policy2.cc -o policy2.pic.o In file included from valuetype_impl.cc:32: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from policy2.cc:8: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from policy2.cc:8: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from policy2.cc:8: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c tckind.cc -o tckind.pic.o In file included from dynany_impl.cc:35: In file included from ../include/CORBA-SMALL.h:52: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from dynany_impl.cc:41: ../include/mico/dynany_impl.h:237:18: warning: private field '_length' is not used [-Wunused-private-field] CORBA::ULong _length; ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c orb_excepts.cc -o orb_excepts.pic.o In file included from tckind.cc:8: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from tckind.cc:8: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from orb_excepts.cc:8: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from orb_excepts.cc:8: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from tckind.cc:8: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c policy.cc -o policy.pic.o In file included from orb_excepts.cc:8: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c poa.cc -o poa.pic.o In file included from policy.cc:8: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from policy.cc:8: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from poa.cc:8: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from poa.cc:8: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from policy.cc:8: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 2 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c poa_base.cc -o poa_base.pic.o 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c poa_impl.cc -o poa_impl.pic.o In file included from poa.cc:8: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from poa_base.cc:23: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from poa_base.cc:23: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from poa_impl.cc:38: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from poa_impl.cc:38: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from poa_base.cc:23: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c dynany.cc -o dynany.pic.o 5 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c uni_base64.cc -o uni_base64.pic.o uni_base64.cc:41:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const void *data, register uni_uword datasize, ^~~~~~~~~ uni_base64.cc:41:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const void *data, register uni_uword datasize, ^~~~~~~~~ uni_base64.cc:44:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_uword readCount, writeCount; ^~~~~~~~~ uni_base64.cc:44:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_uword readCount, writeCount; ^~~~~~~~~ uni_base64.cc:45:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_ubyte carry, carrybits, character; ^~~~~~~~~ uni_base64.cc:45:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_ubyte carry, carrybits, character; ^~~~~~~~~ uni_base64.cc:45:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_ubyte carry, carrybits, character; ^~~~~~~~~ uni_base64.cc:180:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] C_EXPORT short uni_base64decode(register void *data, short carry, ^~~~~~~~~ uni_base64.cc:181:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *src, uni_uword *bytes_written) ^~~~~~~~~ uni_base64.cc:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_ubyte carry2, carrybits, character; ^~~~~~~~~ uni_base64.cc:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_ubyte carry2, carrybits, character; ^~~~~~~~~ uni_base64.cc:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_ubyte carry2, carrybits, character; ^~~~~~~~~ uni_base64.cc:184:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_uword writeCount; ^~~~~~~~~ uni_base64.cc:185:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int equalSign; ^~~~~~~~~ 14 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c uni_unicode.cc -o uni_unicode.pic.o uni_unicode.cc:137:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_ubyte RC=0; ^~~~~~~~~ uni_unicode.cc:138:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_ubyte first = (uni_ubyte)first_utf8_byte; ^~~~~~~~~ uni_unicode.cc:163:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const uni_ubyte *utf=(uni_ubyte*)utf8; ^~~~~~~~~ uni_unicode.cc:164:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_ubyte read=0; ^~~~~~~~~ uni_unicode.cc:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_ulong RC=0; ^~~~~~~~~ uni_unicode.cc:287:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else return(C_ERROR); ^ uni_unicode.cc:302:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register short carry2 = *carry; ^~~~~~~~~ 7 warnings generated. clang++ -I../include -O2 -Wall -I/usr/pkg/include -D_REENTRANT -D_THREAD_SAFE -I/usr/pkg/include -DPIC -fPIC -c uni_fromuni.cc -o uni_fromuni.pic.o uni_fromuni.cc:49:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register uni_ushort unicode); ^~~~~~~~~ uni_fromuni.cc:55:3: error: constant expression evaluates to 240 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ uni_fromuni.cc:55:3: note: insert an explicit cast to silence this issue 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ static_cast( ) uni_fromuni.cc:55:9: error: constant expression evaluates to 241 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ uni_fromuni.cc:55:9: note: insert an explicit cast to silence this issue 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ static_cast( ) uni_fromuni.cc:55:15: error: constant expression evaluates to 242 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ uni_fromuni.cc:55:15: note: insert an explicit cast to silence this issue 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ static_cast( ) uni_fromuni.cc:55:21: error: constant expression evaluates to 243 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ uni_fromuni.cc:55:21: note: insert an explicit cast to silence this issue 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ static_cast( ) uni_fromuni.cc:55:27: error: constant expression evaluates to 244 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ uni_fromuni.cc:55:27: note: insert an explicit cast to silence this issue 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ static_cast( ) uni_fromuni.cc:55:33: error: constant expression evaluates to 245 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ uni_fromuni.cc:55:33: note: insert an explicit cast to silence this issue 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ static_cast( ) uni_fromuni.cc:55:39: error: constant expression evaluates to 246 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ uni_fromuni.cc:55:39: note: insert an explicit cast to silence this issue 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ static_cast( ) uni_fromuni.cc:55:45: error: constant expression evaluates to 247 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ uni_fromuni.cc:55:45: note: insert an explicit cast to silence this issue 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ static_cast( ) uni_fromuni.cc:56:3: error: constant expression evaluates to 248 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xF8, 0xF9, 0x7A, 0x5E, 0x4C, 0x7E, 0x6E, 0x6F, /* 0x38-0x3F ( 56- 63) */ ^~~~ uni_fromuni.cc:56:3: note: insert an explicit cast to silence this issue 0xF8, 0xF9, 0x7A, 0x5E, 0x4C, 0x7E, 0x6E, 0x6F, /* 0x38-0x3F ( 56- 63) */ ^~~~ static_cast( ) uni_fromuni.cc:56:9: error: constant expression evaluates to 249 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xF8, 0xF9, 0x7A, 0x5E, 0x4C, 0x7E, 0x6E, 0x6F, /* 0x38-0x3F ( 56- 63) */ ^~~~ uni_fromuni.cc:56:9: note: insert an explicit cast to silence this issue 0xF8, 0xF9, 0x7A, 0x5E, 0x4C, 0x7E, 0x6E, 0x6F, /* 0x38-0x3F ( 56- 63) */ ^~~~ static_cast( ) uni_fromuni.cc:57:9: error: constant expression evaluates to 193 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ uni_fromuni.cc:57:9: note: insert an explicit cast to silence this issue 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ static_cast( ) uni_fromuni.cc:57:15: error: constant expression evaluates to 194 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ uni_fromuni.cc:57:15: note: insert an explicit cast to silence this issue 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ static_cast( ) uni_fromuni.cc:57:21: error: constant expression evaluates to 195 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ uni_fromuni.cc:57:21: note: insert an explicit cast to silence this issue 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ static_cast( ) uni_fromuni.cc:57:27: error: constant expression evaluates to 196 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ uni_fromuni.cc:57:27: note: insert an explicit cast to silence this issue 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ static_cast( ) uni_fromuni.cc:57:33: error: constant expression evaluates to 197 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ uni_fromuni.cc:57:33: note: insert an explicit cast to silence this issue 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ static_cast( ) uni_fromuni.cc:57:39: error: constant expression evaluates to 198 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ uni_fromuni.cc:57:39: note: insert an explicit cast to silence this issue 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ static_cast( ) uni_fromuni.cc:57:45: error: constant expression evaluates to 199 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ uni_fromuni.cc:57:45: note: insert an explicit cast to silence this issue 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, /* 0x40-0x47 ( 64- 71) */ ^~~~ static_cast( ) uni_fromuni.cc:58:3: error: constant expression evaluates to 200 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xC8, 0xC9, 0xD1, 0xD2, 0xD3, 0xD4, 0xD5, 0xD6, /* 0x48-0x4F ( 72- 79) */ ^~~~ uni_fromuni.cc:58:3: note: insert an explicit cast to silence this issue 0xC8, 0xC9, 0xD1, 0xD2, 0xD3, 0xD4, 0xD5, 0xD6, /* 0x48-0x4F ( 72- 79) */ ^~~~ static_cast( ) uni_fromuni.cc:58:9: error: constant expression evaluates to 201 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xC8, 0xC9, 0xD1, 0xD2, 0xD3, 0xD4, 0xD5, 0xD6, /* 0x48-0x4F ( 72- 79) */ ^~~~ uni_fromuni.cc:58:9: note: insert an explicit cast to silence this issue 0xC8, 0xC9, 0xD1, 0xD2, 0xD3, 0xD4, 0xD5, 0xD6, /* 0x48-0x4F ( 72- 79) */ ^~~~ static_cast( ) fatal error: too many errors emitted, stopping now [-ferror-limit=] 1 warning and 20 errors generated. ../MakeVars:198: recipe for target 'uni_fromuni.pic.o' failed gmake[1]: *** [uni_fromuni.pic.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... In file included from poa_impl.cc:38: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ In file included from dynany.cc:8: In file included from ../include/CORBA.h:295: ../include/mico/security/csi.h:346:31: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID KRB5MechOID = "oid:1.2.840.113554.1.2.2"; ^ ../include/mico/security/csi.h:347:42: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Export_Name_OID = "oid:1.3.6.1.5.6.4"; ^ ../include/mico/security/csi.h:348:46: warning: ISO C++11 does not allow conversion from string literal to 'const CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const StringOID GSS_NT_Scoped_Username_OID = "oid:2.23.130.1.2.1"; ^ In file included from dynany.cc:8: In file included from ../include/CORBA.h:297: ../include/mico/security/gssup.h:32:39: warning: ISO C++11 does not allow conversion from string literal to 'const ::CSI::StringOID' (aka 'char *const') [-Wwritable-strings] const ::CSI::StringOID GSSUPMechOID = "oid:2.23.130.1.1.1"; ^ In file included from dynany.cc:8: In file included from ../include/CORBA.h:280: ../include/mico/throw.h:93:1: warning: 'static' function 'mico_sii_throw' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration] mico_sii_throw (CORBA::StaticRequest *r, ...) ^ 5 warnings generated. 5 warnings generated. gmake[1]: Leaving directory '/var/pkgsrc/work/devel/mico/work/mico/orb' Makefile:43: recipe for target 'system' failed gmake: *** [system] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/devel/mico *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/mico