=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for gsoap-2.7.17nb3 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7' Making all in gsoap gmake[2]: Entering directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap' ln -s -f ./stdsoap2.cpp stdsoap2_cpp.cpp clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DFREEBSD -O2 -I/usr/include -MT libgsoap_a-stdsoap2.o -MD -MP -MF .deps/libgsoap_a-stdsoap2.Tpo -c -o libgsoap_a-stdsoap2.o `test -f 'stdsoap2.c' || echo './'`stdsoap2.c In file included from stdsoap2.c:70: In file included from ./stdsoap2.h:565: /usr/include/sys/timeb.h:42:2: warning: "this file includes which is deprecated" [-W#warnings] #warning "this file includes which is deprecated" ^ stdsoap2.c:764:30: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ stdsoap2.c:764:30: note: use array indexing to silence this warning sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ^ & [ ] stdsoap2.c:8806:30: warning: address of array 'tp->name' will always evaluate to 'true' [-Wpointer-bool-conversion] { if (tp->visible && tp->name) ~~ ~~~~^~~~ stdsoap2.c:10843:43: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] { sprintf(soap->tmpbuf, SOAP_LONG_FORMAT, n); ^ stdsoap2.c:11645:44: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat] { sprintf(soap->tmpbuf, SOAP_ULONG_FORMAT, n); ^ 5 warnings generated. mv -f .deps/libgsoap_a-stdsoap2.Tpo .deps/libgsoap_a-stdsoap2.Po rm -f libgsoap.a ar cru libgsoap.a libgsoap_a-stdsoap2.o ranlib libgsoap.a clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DFREEBSD -O2 -I/usr/include -MT libgsoap___a-stdsoap2_cpp.o -MD -MP -MF .deps/libgsoap___a-stdsoap2_cpp.Tpo -c -o libgsoap___a-stdsoap2_cpp.o `test -f 'stdsoap2_cpp.cpp' || echo './'`stdsoap2_cpp.cpp In file included from stdsoap2_cpp.cpp:70: In file included from ./stdsoap2.h:565: /usr/include/sys/timeb.h:42:2: warning: "this file includes which is deprecated" [-W#warnings] #warning "this file includes which is deprecated" ^ stdsoap2_cpp.cpp:512:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int nwritten, err; ^~~~~~~~~ stdsoap2_cpp.cpp:512:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int nwritten, err; ^~~~~~~~~ stdsoap2_cpp.cpp:527:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_cpp.cpp:590:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int r = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:684:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i = SOAP_BUFLEN - soap->bufidx; ^~~~~~~~~ stdsoap2_cpp.cpp:708:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n = soap->bufidx; ^~~~~~~~~ stdsoap2_cpp.cpp:713:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_cpp.cpp:755:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *t; ^~~~~~~~~ stdsoap2_cpp.cpp:764:30: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ stdsoap2_cpp.cpp:764:30: note: use array indexing to silence this warning sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ^ & [ ] stdsoap2_cpp.cpp:822:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_cpp.cpp:823:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int retries = 100; /* max 100 retries with non-blocking sockets */ ^~~~~~~~~ stdsoap2_cpp.cpp:980:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t ret; ^~~~~~~~~ stdsoap2_cpp.cpp:982:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int r; ^~~~~~~~~ stdsoap2_cpp.cpp:1035:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:1235:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:1300:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register long bits = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:1305:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n = strlen(p->string); ^~~~~~~~~ stdsoap2_cpp.cpp:1328:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *t = soap->tmpbuf; ^~~~~~~~~ stdsoap2_cpp.cpp:1332:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s = code_map->string; ^~~~~~~~~ stdsoap2_cpp.cpp:1353:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:1354:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:1355:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s = tmp; ^~~~~~~~~ stdsoap2_cpp.cpp:1416:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:1453:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int k = 1; ^~~~~~~~~ stdsoap2_cpp.cpp:1513:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s = buf; ^~~~~~~~~ stdsoap2_cpp.cpp:1514:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i = sizeof(buf); ^~~~~~~~~ stdsoap2_cpp.cpp:1515:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c = soap_getchar(soap); ^~~~~~~~~ stdsoap2_cpp.cpp:1581:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] soap_pututf8(struct soap *soap, register unsigned long c) ^~~~~~~~~ stdsoap2_cpp.cpp:1589:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *t = tmp; ^~~~~~~~~ stdsoap2_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_cpp.cpp:1664:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:1673:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int m = *s++; ^~~~~~~~~ stdsoap2_cpp.cpp:1700:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:1701:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, k; ^~~~~~~~~ stdsoap2_cpp.cpp:1701:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, k; ^~~~~~~~~ stdsoap2_cpp.cpp:1708:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char d1, d2; ^~~~~~~~~ stdsoap2_cpp.cpp:1708:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char d1, d2; ^~~~~~~~~ stdsoap2_cpp.cpp:1709:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:1779:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:1780:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned long m; ^~~~~~~~~ stdsoap2_cpp.cpp:1833:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i, k; ^~~~~~~~~ stdsoap2_cpp.cpp:1833:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i, k; ^~~~~~~~~ stdsoap2_cpp.cpp:1834:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:1844:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register unsigned long m = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:1845:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int j = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:1847:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c = soap_get(soap); ^~~~~~~~~ stdsoap2_cpp.cpp:1874:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int b = soap_base64i[c]; ^~~~~~~~~ stdsoap2_cpp.cpp:2108:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:2109:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:2111:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_xlist *xp = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:2113:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register void *p, **q; ^~~~~~~~~ stdsoap2_cpp.cpp:2113:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register void *p, **q; ^~~~~~~~~ stdsoap2_cpp.cpp:2161:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] soap_has_copies(struct soap *soap, register const char *start, register const char *end) ^~~~~~~~~ stdsoap2_cpp.cpp:2161:64: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] soap_has_copies(struct soap *soap, register const char *start, register const char *end) ^~~~~~~~~ stdsoap2_cpp.cpp:2162:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:2163:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:2164:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:2165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *p; ^~~~~~~~~ stdsoap2_cpp.cpp:2188:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:2189:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:2190:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:2196:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q, *r; ^~~~~~~~~ stdsoap2_cpp.cpp:2196:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q, *r; ^~~~~~~~~ stdsoap2_cpp.cpp:2196:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q, *r; ^~~~~~~~~ stdsoap2_cpp.cpp:2222:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q = (void**)ip->copy; ^~~~~~~~~ stdsoap2_cpp.cpp:2222:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q = (void**)ip->copy; ^~~~~~~~~ stdsoap2_cpp.cpp:2234:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register unsigned int k = fp->level; ^~~~~~~~~ stdsoap2_cpp.cpp:2235:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register void *p = ip->ptr; ^~~~~~~~~ stdsoap2_cpp.cpp:2238:15: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void **q = (void**)soap_malloc(soap, sizeof(void*)); ^~~~~~~~~ stdsoap2_cpp.cpp:2385:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n; ^~~~~~~~~ stdsoap2_cpp.cpp:2386:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *q, *s; ^~~~~~~~~ stdsoap2_cpp.cpp:2386:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *q, *s; ^~~~~~~~~ stdsoap2_cpp.cpp:2480:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:2495:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, n = size[0]; ^~~~~~~~~ stdsoap2_cpp.cpp:2495:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, n = size[0]; ^~~~~~~~~ stdsoap2_cpp.cpp:2508:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:2508:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:2533:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int n, k; ^~~~~~~~~ stdsoap2_cpp.cpp:2533:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int n, k; ^~~~~~~~~ stdsoap2_cpp.cpp:2572:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, k, n; ^~~~~~~~~ stdsoap2_cpp.cpp:2572:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, k, n; ^~~~~~~~~ stdsoap2_cpp.cpp:2572:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, k, n; ^~~~~~~~~ stdsoap2_cpp.cpp:2596:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, n; ^~~~~~~~~ stdsoap2_cpp.cpp:2596:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, n; ^~~~~~~~~ stdsoap2_cpp.cpp:2618:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_cpp.cpp:2619:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct Namespace *p; ^~~~~~~~~ stdsoap2_cpp.cpp:2620:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register short i = -1; ^~~~~~~~~ stdsoap2_cpp.cpp:2621:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n, k; ^~~~~~~~~ stdsoap2_cpp.cpp:2621:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n, k; ^~~~~~~~~ stdsoap2_cpp.cpp:2680:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np, *nq; ^~~~~~~~~ stdsoap2_cpp.cpp:2680:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np, *nq; ^~~~~~~~~ stdsoap2_cpp.cpp:2696:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np = soap->nlist; ^~~~~~~~~ stdsoap2_cpp.cpp:2723:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_cpp.cpp:2724:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:2755:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int c1 = *s; ^~~~~~~~~ stdsoap2_cpp.cpp:2756:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int c2 = *t; ^~~~~~~~~ stdsoap2_cpp.cpp:2802:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s, *t; ^~~~~~~~~ stdsoap2_cpp.cpp:2802:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s, *t; ^~~~~~~~~ stdsoap2_cpp.cpp:2803:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int err; ^~~~~~~~~ stdsoap2_cpp.cpp:3264:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *msg = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:3636:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_cpp.cpp:3957:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_cpp.cpp:4348:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int r; ^~~~~~~~~ stdsoap2_cpp.cpp:4414:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int err; ^~~~~~~~~ stdsoap2_cpp.cpp:4418:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_cpp.cpp:4529:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int status = soap->error; ^~~~~~~~~ stdsoap2_cpp.cpp:4599:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *p = soap->plugins->next; ^~~~~~~~~ stdsoap2_cpp.cpp:5004:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s = line; ^~~~~~~~~ stdsoap2_cpp.cpp:5007:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register short flag; ^~~~~~~~~ stdsoap2_cpp.cpp:5087:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *msg = SOAP_STR_EOS; ^~~~~~~~~ stdsoap2_cpp.cpp:5123:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:5124:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int err; ^~~~~~~~~ stdsoap2_cpp.cpp:5206:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *t; ^~~~~~~~~ stdsoap2_cpp.cpp:5241:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int err; ^~~~~~~~~ stdsoap2_cpp.cpp:5322:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t count; ^~~~~~~~~ stdsoap2_cpp.cpp:5332:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int n = soap->mode; ^~~~~~~~~ stdsoap2_cpp.cpp:6032:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] soap_hash(register const char *s) ^~~~~~~~~ stdsoap2_cpp.cpp:6033:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t h = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:6046:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:6114:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_pblk *pb, *next; ^~~~~~~~~ stdsoap2_cpp.cpp:6114:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_pblk *pb, *next; ^~~~~~~~~ stdsoap2_cpp.cpp:6115:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:6136:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:6162:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plist *pp; ^~~~~~~~~ stdsoap2_cpp.cpp:6186:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t h; ^~~~~~~~~ stdsoap2_cpp.cpp:6187:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_plist *pp; ^~~~~~~~~ stdsoap2_cpp.cpp:6189:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_pblk *pb = (struct soap_pblk*)SOAP_MALLOC(soap, sizeof(struct soap_pblk)); ^~~~~~~~~ stdsoap2_cpp.cpp:6224:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plist *pp; ^~~~~~~~~ stdsoap2_cpp.cpp:6230:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:6501:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:6705:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:6717:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:6718:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL, *p = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:6718:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL, *p = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:6719:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL, *fq = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:6719:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL, *fq = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:6743:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_ilist *ip = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:6759:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t h; ^~~~~~~~~ stdsoap2_cpp.cpp:6760:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip; ^~~~~~~~~ stdsoap2_cpp.cpp:6779:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *p; ^~~~~~~~~ stdsoap2_cpp.cpp:6905:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char **q; ^~~~~~~~~ stdsoap2_cpp.cpp:6929:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *q; ^~~~~~~~~ stdsoap2_cpp.cpp:6969:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist **cp; ^~~~~~~~~ stdsoap2_cpp.cpp:6976:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *q = *cp; ^~~~~~~~~ stdsoap2_cpp.cpp:6993:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *q = *cp; ^~~~~~~~~ stdsoap2_cpp.cpp:7015:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *cp; ^~~~~~~~~ stdsoap2_cpp.cpp:7016:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char **q; ^~~~~~~~~ stdsoap2_cpp.cpp:7070:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *cp; ^~~~~~~~~ stdsoap2_cpp.cpp:7089:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char **q; ^~~~~~~~~ stdsoap2_cpp.cpp:7090:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_clist **cp; ^~~~~~~~~ stdsoap2_cpp.cpp:7122:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_ilist *ip; ^~~~~~~~~ stdsoap2_cpp.cpp:7254:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_flist *fp = (struct soap_flist*)SOAP_MALLOC(soap, sizeof(struct soap_flist)); ^~~~~~~~~ stdsoap2_cpp.cpp:7594:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp, *tq; ^~~~~~~~~ stdsoap2_cpp.cpp:7594:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp, *tq; ^~~~~~~~~ stdsoap2_cpp.cpp:7595:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct Namespace *ns; ^~~~~~~~~ stdsoap2_cpp.cpp:7648:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np, *nq; ^~~~~~~~~ stdsoap2_cpp.cpp:7648:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np, *nq; ^~~~~~~~~ stdsoap2_cpp.cpp:7773:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *p = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:7836:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *q = (struct soap_plugin*)SOAP_MALLOC(copy, sizeof(struct soap_plugin)); ^~~~~~~~~ stdsoap2_cpp.cpp:8246:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *cp = soap->clist->next; ^~~~~~~~~ stdsoap2_cpp.cpp:8266:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct Namespace *ns = soap->local_namespaces; ^~~~~~~~~ stdsoap2_cpp.cpp:8267:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_nlist *np, *nq, *nr; ^~~~~~~~~ stdsoap2_cpp.cpp:8267:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_nlist *np, *nq, *nr; ^~~~~~~~~ stdsoap2_cpp.cpp:8267:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_nlist *np, *nq, *nr; ^~~~~~~~~ stdsoap2_cpp.cpp:8268:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int level = soap->level; ^~~~~~~~~ stdsoap2_cpp.cpp:8287:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:8302:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:8323:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const struct Namespace *ns1; ^~~~~~~~~ stdsoap2_cpp.cpp:8324:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct Namespace *ns2; ^~~~~~~~~ stdsoap2_cpp.cpp:8325:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n = 1; ^~~~~~~~~ stdsoap2_cpp.cpp:8352:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n = strlen(little); ^~~~~~~~~ stdsoap2_cpp.cpp:8353:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *s = big; ^~~~~~~~~ stdsoap2_cpp.cpp:8355:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *t = s; ^~~~~~~~~ stdsoap2_cpp.cpp:8356:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_cpp.cpp:8382:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_cpp.cpp:8396:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_cpp.cpp:8440:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np = soap_lookup_ns(soap, tag, n); ^~~~~~~~~ stdsoap2_cpp.cpp:8462:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:8593:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:8801:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp; ^~~~~~~~~ stdsoap2_cpp.cpp:8806:30: warning: address of array 'tp->name' will always evaluate to 'true' [-Wpointer-bool-conversion] { if (tp->visible && tp->name) ~~ ~~~~^~~~ stdsoap2_cpp.cpp:8938:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int n = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:9141:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:9142:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:9143:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:9211:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp; ^~~~~~~~~ stdsoap2_cpp.cpp:9238:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp; ^~~~~~~~~ stdsoap2_cpp.cpp:9331:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp; ^~~~~~~~~ stdsoap2_cpp.cpp:9354:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i; ^~~~~~~~~ stdsoap2_cpp.cpp:9356:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c = soap_get(soap); ^~~~~~~~~ stdsoap2_cpp.cpp:9429:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *t = soap->labbuf; ^~~~~~~~~ stdsoap2_cpp.cpp:9467:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_attribute *tp, *tq = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:9467:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_attribute *tp, *tq = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:9468:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *t; ^~~~~~~~~ stdsoap2_cpp.cpp:9469:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:9470:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:9471:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:9870:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *t; ^~~~~~~~~ stdsoap2_cpp.cpp:9871:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:9872:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar mask = (soap_wchar)0xFFFFFF80UL; ^~~~~~~~~ stdsoap2_cpp.cpp:9933:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int m = mbtowc(&wc, t - 1, MB_CUR_MAX); ^~~~~~~~~ stdsoap2_cpp.cpp:9962:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:9964:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_cpp.cpp:9965:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register long l = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:9966:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n = 0, f = 0, m = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:9966:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n = 0, f = 0, m = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:9966:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n = 0, f = 0, m = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:9967:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:10016:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int state = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:10026:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t k; ^~~~~~~~~ stdsoap2_cpp.cpp:10252:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t k; ^~~~~~~~~ stdsoap2_cpp.cpp:10450:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:10525:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i, n = 0, f = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:10525:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i, n = 0, f = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:10525:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i, n = 0, f = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:10526:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register long l = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:10527:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:10843:43: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] { sprintf(soap->tmpbuf, SOAP_LONG_FORMAT, n); ^ stdsoap2_cpp.cpp:11645:44: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat] { sprintf(soap->tmpbuf, SOAP_ULONG_FORMAT, n); ^ stdsoap2_cpp.cpp:11771:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *p; ^~~~~~~~~ stdsoap2_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_cpp.cpp:11975:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:11976:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *r, *t; ^~~~~~~~~ stdsoap2_cpp.cpp:11976:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *r, *t; ^~~~~~~~~ stdsoap2_cpp.cpp:12528:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i; ^~~~~~~~~ stdsoap2_cpp.cpp:12529:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:12530:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s = soap->tmpbuf; ^~~~~~~~~ stdsoap2_cpp.cpp:12605:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_multipart *content; ^~~~~~~~~ stdsoap2_cpp.cpp:12606:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t count = soap->count; ^~~~~~~~~ stdsoap2_cpp.cpp:12622:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n = strlen(soap->mime.boundary); ^~~~~~~~~ stdsoap2_cpp.cpp:12625:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:12833:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:12834:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_cpp.cpp:12835:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:12836:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *p = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:12867:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:12868:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:12869:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:12926:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_multipart *content; ^~~~~~~~~ stdsoap2_cpp.cpp:12980:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_cpp.cpp:12981:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_cpp.cpp:12982:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:13057:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *key = soap->msgbuf; ^~~~~~~~~ stdsoap2_cpp.cpp:13058:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *val; ^~~~~~~~~ stdsoap2_cpp.cpp:13135:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:13136:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, m = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:13136:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, m = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:13137:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s, *t = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:13137:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s, *t = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:13138:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_multipart *content; ^~~~~~~~~ stdsoap2_cpp.cpp:13139:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register short flag = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:13249:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n; ^~~~~~~~~ stdsoap2_cpp.cpp:13277:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_xlist **xp = &soap->xlist; ^~~~~~~~~ stdsoap2_cpp.cpp:13280:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_xlist *xq = *xp; ^~~~~~~~~ stdsoap2_cpp.cpp:13540:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *s = soap->mime.boundary; ^~~~~~~~~ stdsoap2_cpp.cpp:13541:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:13570:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_multipart *content; ^~~~~~~~~ stdsoap2_cpp.cpp:13571:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t k; ^~~~~~~~~ stdsoap2_cpp.cpp:13577:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *p = (const char*)content->ptr; ^~~~~~~~~ stdsoap2_cpp.cpp:13578:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_cpp.cpp:13963:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t l = 0, n = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:13963:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t l = 0, n = 0; ^~~~~~~~~ stdsoap2_cpp.cpp:13964:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:13980:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, k; ^~~~~~~~~ stdsoap2_cpp.cpp:13980:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, k; ^~~~~~~~~ stdsoap2_cpp.cpp:13992:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c = soap_getchar(soap); ^~~~~~~~~ stdsoap2_cpp.cpp:14022:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct Namespace *p; ^~~~~~~~~ stdsoap2_cpp.cpp:14147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s; ^~~~~~~~~ stdsoap2_cpp.cpp:14148:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, n; ^~~~~~~~~ stdsoap2_cpp.cpp:14148:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, n; ^~~~~~~~~ stdsoap2_cpp.cpp:14325:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_cpp.cpp:14326:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned long m; ^~~~~~~~~ stdsoap2_cpp.cpp:14327:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *p; ^~~~~~~~~ stdsoap2_cpp.cpp:14367:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j, c; ^~~~~~~~~ stdsoap2_cpp.cpp:14367:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j, c; ^~~~~~~~~ stdsoap2_cpp.cpp:14367:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j, c; ^~~~~~~~~ stdsoap2_cpp.cpp:14368:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned long m; ^~~~~~~~~ stdsoap2_cpp.cpp:14369:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *p; ^~~~~~~~~ stdsoap2_cpp.cpp:14445:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *p; ^~~~~~~~~ stdsoap2_cpp.cpp:14454:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int m = *s++; ^~~~~~~~~ stdsoap2_cpp.cpp:14471:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *p; ^~~~~~~~~ stdsoap2_cpp.cpp:14487:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int d1, d2; ^~~~~~~~~ stdsoap2_cpp.cpp:14487:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int d1, d2; ^~~~~~~~~ stdsoap2_cpp.cpp:14511:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s = "text/xml; charset=utf-8"; ^~~~~~~~~ stdsoap2_cpp.cpp:14512:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int err = SOAP_OK; ^~~~~~~~~ stdsoap2_cpp.cpp:14514:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *r = NULL; ^~~~~~~~~ stdsoap2_cpp.cpp:14537:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *t = strchr(s, ';'); ^~~~~~~~~ stdsoap2_cpp.cpp:14818:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int status = soap->error; ^~~~~~~~~ stdsoap2_cpp.cpp:14879:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int status = soap->error; ^~~~~~~~~ stdsoap2_cpp.cpp:14898:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s = *soap_faultcode(soap); ^~~~~~~~~ stdsoap2_cpp.cpp:14927:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_mode m = soap->omode; ^~~~~~~~~ stdsoap2_cpp.cpp:14962:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int err = soap->errnum; ^~~~~~~~~ stdsoap2_cpp.cpp:15021:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char **s = soap_faultdetail(soap); ^~~~~~~~~ stdsoap2_cpp.cpp:15243:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *p; ^~~~~~~~~ stdsoap2_cpp.cpp:15244:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int r; ^~~~~~~~~ stdsoap2_cpp.cpp:15268:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *p; ^~~~~~~~~ 305 warnings generated. mv -f .deps/libgsoap___a-stdsoap2_cpp.Tpo .deps/libgsoap___a-stdsoap2_cpp.Po rm -f libgsoap++.a ar cru libgsoap++.a libgsoap___a-stdsoap2_cpp.o ranlib libgsoap++.a ln -s -f ./stdsoap2.cpp stdsoap2_ck.c clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DFREEBSD -DWITH_COOKIES -O2 -I/usr/include -MT libgsoapck_a-stdsoap2_ck.o -MD -MP -MF .deps/libgsoapck_a-stdsoap2_ck.Tpo -c -o libgsoapck_a-stdsoap2_ck.o `test -f 'stdsoap2_ck.c' || echo './'`stdsoap2_ck.c In file included from stdsoap2_ck.c:70: In file included from ./stdsoap2.h:565: /usr/include/sys/timeb.h:42:2: warning: "this file includes which is deprecated" [-W#warnings] #warning "this file includes which is deprecated" ^ stdsoap2_ck.c:764:30: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ stdsoap2_ck.c:764:30: note: use array indexing to silence this warning sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ^ & [ ] stdsoap2_ck.c:5913:24: warning: address of array 'soap->path' will always evaluate to 'true' [-Wpointer-bool-conversion] else if (soap->path && *soap->path) ~~~~~~^~~~ ~~ stdsoap2_ck.c:8806:30: warning: address of array 'tp->name' will always evaluate to 'true' [-Wpointer-bool-conversion] { if (tp->visible && tp->name) ~~ ~~~~^~~~ stdsoap2_ck.c:10843:43: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] { sprintf(soap->tmpbuf, SOAP_LONG_FORMAT, n); ^ stdsoap2_ck.c:11645:44: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat] { sprintf(soap->tmpbuf, SOAP_ULONG_FORMAT, n); ^ 6 warnings generated. mv -f .deps/libgsoapck_a-stdsoap2_ck.Tpo .deps/libgsoapck_a-stdsoap2_ck.Po rm -f libgsoapck.a ar cru libgsoapck.a libgsoapck_a-stdsoap2_ck.o ranlib libgsoapck.a ln -s -f ./stdsoap2.cpp stdsoap2_ck_cpp.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DFREEBSD -DWITH_COOKIES -O2 -I/usr/include -MT libgsoapck___a-stdsoap2_ck_cpp.o -MD -MP -MF .deps/libgsoapck___a-stdsoap2_ck_cpp.Tpo -c -o libgsoapck___a-stdsoap2_ck_cpp.o `test -f 'stdsoap2_ck_cpp.cpp' || echo './'`stdsoap2_ck_cpp.cpp In file included from stdsoap2_ck_cpp.cpp:70: In file included from ./stdsoap2.h:565: /usr/include/sys/timeb.h:42:2: warning: "this file includes which is deprecated" [-W#warnings] #warning "this file includes which is deprecated" ^ stdsoap2_ck_cpp.cpp:512:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int nwritten, err; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:512:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int nwritten, err; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:527:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:590:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int r = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:684:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i = SOAP_BUFLEN - soap->bufidx; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:708:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n = soap->bufidx; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:713:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:755:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *t; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:764:30: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ stdsoap2_ck_cpp.cpp:764:30: note: use array indexing to silence this warning sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ^ & [ ] stdsoap2_ck_cpp.cpp:822:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:823:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int retries = 100; /* max 100 retries with non-blocking sockets */ ^~~~~~~~~ stdsoap2_ck_cpp.cpp:980:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t ret; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:982:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int r; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1035:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1235:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1300:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register long bits = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1305:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n = strlen(p->string); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1328:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *t = soap->tmpbuf; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1332:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s = code_map->string; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1353:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1354:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1355:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s = tmp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1416:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1453:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int k = 1; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1513:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s = buf; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1514:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i = sizeof(buf); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1515:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c = soap_getchar(soap); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1581:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] soap_pututf8(struct soap *soap, register unsigned long c) ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1589:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *t = tmp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1664:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1673:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int m = *s++; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1700:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1701:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1701:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1708:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char d1, d2; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1708:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char d1, d2; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1709:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1779:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1780:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned long m; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1833:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i, k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1833:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i, k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1834:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1844:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register unsigned long m = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1845:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int j = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1847:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c = soap_get(soap); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:1874:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int b = soap_base64i[c]; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2108:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2109:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2111:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_xlist *xp = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2113:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register void *p, **q; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2113:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register void *p, **q; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2161:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] soap_has_copies(struct soap *soap, register const char *start, register const char *end) ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2161:64: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] soap_has_copies(struct soap *soap, register const char *start, register const char *end) ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2162:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2163:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2164:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *p; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2188:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2189:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2190:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2196:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q, *r; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2196:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q, *r; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2196:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q, *r; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2222:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q = (void**)ip->copy; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2222:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q = (void**)ip->copy; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2234:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register unsigned int k = fp->level; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2235:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register void *p = ip->ptr; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2238:15: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void **q = (void**)soap_malloc(soap, sizeof(void*)); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2385:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2386:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *q, *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2386:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *q, *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2480:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2495:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, n = size[0]; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2495:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, n = size[0]; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2508:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2508:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2533:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int n, k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2533:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int n, k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2572:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, k, n; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2572:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, k, n; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2572:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, k, n; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2596:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, n; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2596:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, n; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2618:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2619:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct Namespace *p; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2620:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register short i = -1; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2621:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n, k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2621:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n, k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2680:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np, *nq; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2680:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np, *nq; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2696:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np = soap->nlist; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2723:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2724:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2755:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int c1 = *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2756:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int c2 = *t; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2802:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s, *t; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2802:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s, *t; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:2803:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int err; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:3264:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *msg = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:3636:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:3957:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:4348:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int r; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:4414:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int err; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:4418:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:4529:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int status = soap->error; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:4599:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *p = soap->plugins->next; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:5004:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s = line; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:5007:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register short flag; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:5087:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *msg = SOAP_STR_EOS; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:5123:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:5124:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int err; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:5206:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *t; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:5241:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int err; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:5322:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t count; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:5332:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int n = soap->mode; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:5363:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:5364:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n = len; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:5913:24: warning: address of array 'soap->path' will always evaluate to 'true' [-Wpointer-bool-conversion] else if (soap->path && *soap->path) ~~~~~~^~~~ ~~ stdsoap2_ck_cpp.cpp:6032:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] soap_hash(register const char *s) ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6033:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t h = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6046:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6114:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_pblk *pb, *next; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6114:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_pblk *pb, *next; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6115:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6136:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6162:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plist *pp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6186:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t h; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6187:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_plist *pp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6189:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_pblk *pb = (struct soap_pblk*)SOAP_MALLOC(soap, sizeof(struct soap_pblk)); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6224:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plist *pp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6230:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6501:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6705:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6717:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6718:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL, *p = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6718:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL, *p = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6719:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL, *fq = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6719:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL, *fq = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6743:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_ilist *ip = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6759:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t h; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6760:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6779:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *p; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6905:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char **q; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6929:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *q; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6969:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist **cp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6976:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *q = *cp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:6993:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *q = *cp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7015:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *cp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7016:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char **q; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7070:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *cp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7089:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char **q; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7090:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_clist **cp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7122:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_ilist *ip; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7254:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_flist *fp = (struct soap_flist*)SOAP_MALLOC(soap, sizeof(struct soap_flist)); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7594:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp, *tq; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7594:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp, *tq; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7595:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct Namespace *ns; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7648:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np, *nq; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7648:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np, *nq; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7773:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *p = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:7836:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *q = (struct soap_plugin*)SOAP_MALLOC(copy, sizeof(struct soap_plugin)); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8246:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *cp = soap->clist->next; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8266:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct Namespace *ns = soap->local_namespaces; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8267:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_nlist *np, *nq, *nr; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8267:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_nlist *np, *nq, *nr; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8267:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_nlist *np, *nq, *nr; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8268:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int level = soap->level; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8287:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8302:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8323:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const struct Namespace *ns1; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8324:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct Namespace *ns2; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8325:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n = 1; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8352:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n = strlen(little); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8353:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *s = big; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8355:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *t = s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8356:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8382:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8396:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8440:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np = soap_lookup_ns(soap, tag, n); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8462:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8593:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8801:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:8806:30: warning: address of array 'tp->name' will always evaluate to 'true' [-Wpointer-bool-conversion] { if (tp->visible && tp->name) ~~ ~~~~^~~~ stdsoap2_ck_cpp.cpp:8938:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int n = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9141:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9142:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9143:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9211:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9238:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9331:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9354:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9356:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c = soap_get(soap); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9429:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *t = soap->labbuf; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9467:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_attribute *tp, *tq = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9467:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_attribute *tp, *tq = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9468:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *t; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9469:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9470:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9471:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9870:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *t; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9871:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9872:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar mask = (soap_wchar)0xFFFFFF80UL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9933:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int m = mbtowc(&wc, t - 1, MB_CUR_MAX); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9962:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9964:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9965:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register long l = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9966:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n = 0, f = 0, m = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9966:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n = 0, f = 0, m = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9966:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n = 0, f = 0, m = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:9967:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:10016:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int state = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:10026:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:10252:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:10450:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:10525:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i, n = 0, f = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:10525:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i, n = 0, f = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:10525:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i, n = 0, f = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:10526:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register long l = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:10527:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:10843:43: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] { sprintf(soap->tmpbuf, SOAP_LONG_FORMAT, n); ^ stdsoap2_ck_cpp.cpp:11645:44: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat] { sprintf(soap->tmpbuf, SOAP_ULONG_FORMAT, n); ^ stdsoap2_ck_cpp.cpp:11771:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *p; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:11975:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:11976:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *r, *t; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:11976:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *r, *t; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12528:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12529:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12530:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s = soap->tmpbuf; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12605:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_multipart *content; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12606:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t count = soap->count; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12622:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n = strlen(soap->mime.boundary); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12625:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12833:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12834:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12835:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12836:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *p = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12867:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12868:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12869:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12926:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_multipart *content; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12980:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12981:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:12982:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13057:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *key = soap->msgbuf; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13058:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *val; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13135:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13136:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, m = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13136:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, m = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13137:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s, *t = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13137:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s, *t = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13138:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_multipart *content; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13139:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register short flag = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13249:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13277:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_xlist **xp = &soap->xlist; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13280:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_xlist *xq = *xp; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13540:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *s = soap->mime.boundary; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13541:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13570:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_multipart *content; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13571:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13577:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *p = (const char*)content->ptr; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13578:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13963:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t l = 0, n = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13963:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t l = 0, n = 0; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13964:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13980:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13980:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, k; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:13992:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c = soap_getchar(soap); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14022:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct Namespace *p; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14148:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, n; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14148:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, n; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14325:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14326:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned long m; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14327:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *p; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14367:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j, c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14367:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j, c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14367:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j, c; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14368:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned long m; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14369:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *p; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14445:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *p; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14454:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int m = *s++; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14471:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *p; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14487:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int d1, d2; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14487:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int d1, d2; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14511:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s = "text/xml; charset=utf-8"; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14512:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int err = SOAP_OK; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14514:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *r = NULL; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14537:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *t = strchr(s, ';'); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14818:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int status = soap->error; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14879:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int status = soap->error; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14898:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s = *soap_faultcode(soap); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14927:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_mode m = soap->omode; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:14962:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int err = soap->errnum; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:15021:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char **s = soap_faultdetail(soap); ^~~~~~~~~ stdsoap2_ck_cpp.cpp:15243:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *p; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:15244:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int r; ^~~~~~~~~ stdsoap2_ck_cpp.cpp:15268:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *p; ^~~~~~~~~ 308 warnings generated. mv -f .deps/libgsoapck___a-stdsoap2_ck_cpp.Tpo .deps/libgsoapck___a-stdsoap2_ck_cpp.Po rm -f libgsoapck++.a ar cru libgsoapck++.a libgsoapck___a-stdsoap2_ck_cpp.o ranlib libgsoapck++.a ln -s -f ./stdsoap2.cpp stdsoap2_ssl.c clang -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DFREEBSD -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -O2 -I/usr/include -MT libgsoapssl_a-stdsoap2_ssl.o -MD -MP -MF .deps/libgsoapssl_a-stdsoap2_ssl.Tpo -c -o libgsoapssl_a-stdsoap2_ssl.o `test -f 'stdsoap2_ssl.c' || echo './'`stdsoap2_ssl.c In file included from stdsoap2_ssl.c:70: In file included from ./stdsoap2.h:565: /usr/include/sys/timeb.h:42:2: warning: "this file includes which is deprecated" [-W#warnings] #warning "this file includes which is deprecated" ^ stdsoap2_ssl.c:764:30: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ stdsoap2_ssl.c:764:30: note: use array indexing to silence this warning sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ^ & [ ] stdsoap2_ssl.c:7907:51: warning: 'memcpy' call operates on objects of type 'char' while the size is based on a different type 'char *' [-Wsizeof-pointer-memaccess] memcpy(copy->z_buf, soap->z_buf, sizeof(soap->z_buf)); ~~~~~~~~~~~ ~~~~~~^~~~~ stdsoap2_ssl.c:7907:51: note: did you mean to provide an explicit length? memcpy(copy->z_buf, soap->z_buf, sizeof(soap->z_buf)); ~~~~~~^~~~~ stdsoap2_ssl.c:8806:30: warning: address of array 'tp->name' will always evaluate to 'true' [-Wpointer-bool-conversion] { if (tp->visible && tp->name) ~~ ~~~~^~~~ stdsoap2_ssl.c:10843:43: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] { sprintf(soap->tmpbuf, SOAP_LONG_FORMAT, n); ^ stdsoap2_ssl.c:11645:44: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat] { sprintf(soap->tmpbuf, SOAP_ULONG_FORMAT, n); ^ 6 warnings generated. mv -f .deps/libgsoapssl_a-stdsoap2_ssl.Tpo .deps/libgsoapssl_a-stdsoap2_ssl.Po rm -f libgsoapssl.a ar cru libgsoapssl.a libgsoapssl_a-stdsoap2_ssl.o ranlib libgsoapssl.a ln -s -f ./stdsoap2.cpp stdsoap2_ssl_cpp.cpp clang++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DFREEBSD -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -O2 -I/usr/include -MT libgsoapssl___a-stdsoap2_ssl_cpp.o -MD -MP -MF .deps/libgsoapssl___a-stdsoap2_ssl_cpp.Tpo -c -o libgsoapssl___a-stdsoap2_ssl_cpp.o `test -f 'stdsoap2_ssl_cpp.cpp' || echo './'`stdsoap2_ssl_cpp.cpp In file included from stdsoap2_ssl_cpp.cpp:70: In file included from ./stdsoap2.h:565: /usr/include/sys/timeb.h:42:2: warning: "this file includes which is deprecated" [-W#warnings] #warning "this file includes which is deprecated" ^ stdsoap2_ssl_cpp.cpp:512:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int nwritten, err; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:512:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int nwritten, err; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:527:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:590:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int r = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:684:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i = SOAP_BUFLEN - soap->bufidx; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:708:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n = soap->bufidx; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:713:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:755:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *t; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:764:30: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp:764:30: note: use array indexing to silence this warning sprintf(t, "\r\n%lX\r\n" + (soap->chunksize ? 0 : 2), (unsigned long)n); ^ & [ ] stdsoap2_ssl_cpp.cpp:822:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:823:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int retries = 100; /* max 100 retries with non-blocking sockets */ ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:836:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int err = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:980:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t ret; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:982:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int r; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1035:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1235:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1300:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register long bits = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1305:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n = strlen(p->string); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1328:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *t = soap->tmpbuf; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1332:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s = code_map->string; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1353:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1354:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1355:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s = tmp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1416:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1453:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int k = 1; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1513:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s = buf; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1514:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i = sizeof(buf); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1515:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c = soap_getchar(soap); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1581:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] soap_pututf8(struct soap *soap, register unsigned long c) ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1589:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *t = tmp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1627:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1664:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1673:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int m = *s++; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1700:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1701:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1701:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1708:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char d1, d2; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1708:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char d1, d2; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1709:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1779:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1780:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned long m; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1833:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i, k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1833:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i, k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1834:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1844:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register unsigned long m = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1845:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int j = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1847:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c = soap_get(soap); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:1874:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int b = soap_base64i[c]; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2108:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2109:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2111:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_xlist *xp = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2113:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register void *p, **q; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2113:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register void *p, **q; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2161:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] soap_has_copies(struct soap *soap, register const char *start, register const char *end) ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2161:64: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] soap_has_copies(struct soap *soap, register const char *start, register const char *end) ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2162:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2163:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2164:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *p; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2188:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2189:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2190:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2196:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q, *r; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2196:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q, *r; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2196:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q, *r; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2222:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q = (void**)ip->copy; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2222:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void *p, **q = (void**)ip->copy; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2234:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register unsigned int k = fp->level; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2235:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register void *p = ip->ptr; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2238:15: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register void **q = (void**)soap_malloc(soap, sizeof(void*)); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2385:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2386:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *q, *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2386:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *q, *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2480:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2495:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, n = size[0]; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2495:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, n = size[0]; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2508:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2508:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2533:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int n, k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2533:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int n, k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2572:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, k, n; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2572:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, k, n; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2572:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, k, n; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2596:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, n; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2596:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, n; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2618:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2619:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct Namespace *p; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2620:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register short i = -1; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2621:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n, k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2621:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n, k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2680:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np, *nq; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2680:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np, *nq; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2696:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np = soap->nlist; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2723:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2724:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2755:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int c1 = *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2756:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int c2 = *t; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2802:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s, *t; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2802:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s, *t; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:2803:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int err; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:3264:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *msg = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:3636:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:3804:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:3957:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:4348:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int r; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:4414:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int err; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:4418:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int r; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:4529:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int status = soap->error; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:4599:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *p = soap->plugins->next; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:5004:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s = line; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:5007:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register short flag; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:5087:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *msg = SOAP_STR_EOS; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:5123:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:5124:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int err; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:5206:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *t; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:5241:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int err; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:5322:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t count; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:5332:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int n = soap->mode; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6032:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] soap_hash(register const char *s) ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6033:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t h = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6046:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6114:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_pblk *pb, *next; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6114:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_pblk *pb, *next; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6115:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6136:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6162:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plist *pp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6186:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t h; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6187:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_plist *pp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6189:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_pblk *pb = (struct soap_pblk*)SOAP_MALLOC(soap, sizeof(struct soap_pblk)); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6224:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plist *pp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6230:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6501:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6705:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6717:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6718:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL, *p = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6718:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip = NULL, *p = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6719:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL, *fq = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6719:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_flist *fp = NULL, *fq = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6743:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_ilist *ip = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6759:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t h; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6760:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_ilist *ip; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6779:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *p; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6905:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char **q; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6929:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *q; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6969:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist **cp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6976:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *q = *cp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:6993:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *q = *cp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7015:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *cp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7016:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char **q; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7070:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *cp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7089:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char **q; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7090:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_clist **cp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7122:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_ilist *ip; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7254:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_flist *fp = (struct soap_flist*)SOAP_MALLOC(soap, sizeof(struct soap_flist)); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7594:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp, *tq; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7594:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp, *tq; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7595:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct Namespace *ns; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7648:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np, *nq; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7648:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np, *nq; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7773:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *p = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7836:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *q = (struct soap_plugin*)SOAP_MALLOC(copy, sizeof(struct soap_plugin)); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:7907:51: warning: 'memcpy' call operates on objects of type 'char' while the size is based on a different type 'char *' [-Wsizeof-pointer-memaccess] memcpy(copy->z_buf, soap->z_buf, sizeof(soap->z_buf)); ~~~~~~~~~~~ ~~~~~~^~~~~ stdsoap2_ssl_cpp.cpp:7907:51: note: did you mean to provide an explicit length? memcpy(copy->z_buf, soap->z_buf, sizeof(soap->z_buf)); ~~~~~~^~~~~ stdsoap2_ssl_cpp.cpp:8246:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_clist *cp = soap->clist->next; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8266:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct Namespace *ns = soap->local_namespaces; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8267:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_nlist *np, *nq, *nr; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8267:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_nlist *np, *nq, *nr; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8267:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_nlist *np, *nq, *nr; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8268:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned int level = soap->level; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8287:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8302:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8323:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const struct Namespace *ns1; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8324:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct Namespace *ns2; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8325:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n = 1; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8352:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n = strlen(little); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8353:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *s = big; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8355:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *t = s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8356:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8382:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8396:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8440:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np = soap_lookup_ns(soap, tag, n); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8462:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8477:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_nlist *np; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8485:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_dom_element *elt = (struct soap_dom_element*)soap_malloc(soap, sizeof(struct soap_dom_element)); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8593:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8801:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8806:30: warning: address of array 'tp->name' will always evaluate to 'true' [-Wpointer-bool-conversion] { if (tp->visible && tp->name) ~~ ~~~~^~~~ stdsoap2_ssl_cpp.cpp:8824:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_dom_attribute **att; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:8938:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int n = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9065:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_dom_attribute *a = (struct soap_dom_attribute*)soap_malloc(soap, sizeof(struct soap_dom_attribute)); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9141:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9142:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9143:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9211:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9238:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9331:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_attribute *tp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9354:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9356:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c = soap_get(soap); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9429:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *t = soap->labbuf; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9464:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_dom_attribute **att = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9465:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *lead = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9467:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_attribute *tp, *tq = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9467:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_attribute *tp, *tq = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9468:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *t; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9469:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9470:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9471:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9544:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_dom_element *elt; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9870:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *t; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9871:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9872:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar mask = (soap_wchar)0xFFFFFF80UL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9933:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int m = mbtowc(&wc, t - 1, MB_CUR_MAX); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9962:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9964:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9965:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register long l = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9966:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n = 0, f = 0, m = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9966:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n = 0, f = 0, m = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9966:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int n = 0, f = 0, m = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:9967:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:10016:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int state = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:10026:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:10252:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:10450:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:10525:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i, n = 0, f = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:10525:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i, n = 0, f = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:10525:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i, n = 0, f = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:10526:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register long l = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:10527:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:10843:43: warning: format specifies type 'long long' but the argument has type 'int64_t' (aka 'long') [-Wformat] { sprintf(soap->tmpbuf, SOAP_LONG_FORMAT, n); ^ stdsoap2_ssl_cpp.cpp:11645:44: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat] { sprintf(soap->tmpbuf, SOAP_ULONG_FORMAT, n); ^ stdsoap2_ssl_cpp.cpp:11771:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *p; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:11932:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c, c1, c2, c3, c4; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:11975:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:11976:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *r, *t; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:11976:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *r, *t; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12528:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12529:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register soap_wchar c = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12530:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s = soap->tmpbuf; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12605:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_multipart *content; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12606:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t count = soap->count; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12622:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n = strlen(soap->mime.boundary); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12625:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12833:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12834:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12835:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12836:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *p = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12867:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12868:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12869:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12926:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_multipart *content; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12980:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12981:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:12982:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13057:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *key = soap->msgbuf; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13058:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *val; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13135:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13136:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, m = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13136:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, m = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13137:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s, *t = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13137:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s, *t = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13138:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register struct soap_multipart *content; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13139:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register short flag = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13249:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register size_t n; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13277:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_xlist **xp = &soap->xlist; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13280:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_xlist *xq = *xp; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13540:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *s = soap->mime.boundary; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13541:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t n = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13570:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_multipart *content; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13571:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13577:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *p = (const char*)content->ptr; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13578:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13963:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t l = 0, n = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13963:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t l = 0, n = 0; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13964:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13980:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13980:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, k; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:13992:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_wchar c = soap_getchar(soap); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14022:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct Namespace *p; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14148:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, n; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14148:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register size_t i, n; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14325:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14326:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned long m; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14327:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register char *p; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14367:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j, c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14367:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j, c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14367:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int i, j, c; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14368:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register unsigned long m; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14369:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *p; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14445:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register char *p; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14454:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int m = *s++; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14471:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *p; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14487:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int d1, d2; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14487:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int d1, d2; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14511:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s = "text/xml; charset=utf-8"; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14512:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int err = SOAP_OK; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14514:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register const char *r = NULL; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14537:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *t = strchr(s, ';'); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14818:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int status = soap->error; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14879:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int status = soap->error; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14898:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char *s = *soap_faultcode(soap); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14927:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register soap_mode m = soap->omode; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:14962:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register int err = soap->errnum; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:15021:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register const char **s = soap_faultdetail(soap); ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:15243:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *p; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:15244:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] register int r; ^~~~~~~~~ stdsoap2_ssl_cpp.cpp:15268:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] { register struct soap_plugin *p; ^~~~~~~~~ 315 warnings generated. mv -f .deps/libgsoapssl___a-stdsoap2_ssl_cpp.Tpo .deps/libgsoapssl___a-stdsoap2_ssl_cpp.Po rm -f libgsoapssl++.a ar cru libgsoapssl++.a libgsoapssl___a-stdsoap2_ssl_cpp.o ranlib libgsoapssl++.a /usr/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap' Making all in . gmake[4]: Entering directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap' Making all in src gmake[4]: Entering directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap/src' /bin/sh ../../ylwrap soapcpp2_yacc.y y.tab.c soapcpp2_yacc.c y.tab.h soapcpp2_yacc.h y.output soapcpp2_yacc.output -- /usr/bin/yacc -d -v /usr/bin/yacc: 1 shift/reduce conflict. updating soapcpp2_yacc.h updating soapcpp2_yacc.output clang -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DFREEBSD -O2 -I/usr/include -MT soapcpp2-soapcpp2_yacc.o -MD -MP -MF .deps/soapcpp2-soapcpp2_yacc.Tpo -c -o soapcpp2-soapcpp2_yacc.o `test -f 'soapcpp2_yacc.c' || echo './'`soapcpp2_yacc.c soapcpp2_yacc.y:1665:14: warning: inequality comparison result unused [-Wunused-comparison] { check(sp-- != stack, "exitscope() has no matching enterscope()"); ~~~~~^~~~~~~~ ./soapcpp2.h:75:27: note: expanded from macro 'check' #define check(expr, msg) (expr, 1) ^~~~ 1 warning generated. mv -f .deps/soapcpp2-soapcpp2_yacc.Tpo .deps/soapcpp2-soapcpp2_yacc.Po /bin/sh ../../ylwrap soapcpp2_lex.l lex.yy.c soapcpp2_lex.c -- flex -l clang -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DFREEBSD -O2 -I/usr/include -MT soapcpp2-soapcpp2_lex.o -MD -MP -MF .deps/soapcpp2-soapcpp2_lex.Tpo -c -o soapcpp2-soapcpp2_lex.o `test -f 'soapcpp2_lex.c' || echo './'`soapcpp2_lex.c mv -f .deps/soapcpp2-soapcpp2_lex.Tpo .deps/soapcpp2-soapcpp2_lex.Po clang -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DFREEBSD -O2 -I/usr/include -MT soapcpp2-symbol2.o -MD -MP -MF .deps/soapcpp2-symbol2.Tpo -c -o soapcpp2-symbol2.o `test -f 'symbol2.c' || echo './'`symbol2.c mv -f .deps/soapcpp2-symbol2.Tpo .deps/soapcpp2-symbol2.Po clang -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DFREEBSD -O2 -I/usr/include -MT soapcpp2-error2.o -MD -MP -MF .deps/soapcpp2-error2.Tpo -c -o soapcpp2-error2.o `test -f 'error2.c' || echo './'`error2.c mv -f .deps/soapcpp2-error2.Tpo .deps/soapcpp2-error2.Po clang -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DFREEBSD -O2 -I/usr/include -MT soapcpp2-init2.o -MD -MP -MF .deps/soapcpp2-init2.Tpo -c -o soapcpp2-init2.o `test -f 'init2.c' || echo './'`init2.c mv -f .deps/soapcpp2-init2.Tpo .deps/soapcpp2-init2.Po clang -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DFREEBSD -O2 -I/usr/include -MT soapcpp2-soapcpp2.o -MD -MP -MF .deps/soapcpp2-soapcpp2.Tpo -c -o soapcpp2-soapcpp2.o `test -f 'soapcpp2.c' || echo './'`soapcpp2.c mv -f .deps/soapcpp2-soapcpp2.Tpo .deps/soapcpp2-soapcpp2.Po clang -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DFREEBSD -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o soapcpp2 soapcpp2-soapcpp2_yacc.o soapcpp2-soapcpp2_lex.o soapcpp2-symbol2.o soapcpp2-error2.o soapcpp2-init2.o soapcpp2-soapcpp2.o -ly -lfl gmake[4]: Leaving directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap/src' Making all in wsdl gmake[4]: Entering directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap/wsdl' ../../gsoap/src/soapcpp2 -SC -pwsdl -I. -I../../gsoap/import ./wsdl.h soapcpp2: using both options -C and -S omits client/server code ** The gSOAP code generator for C and C++, soapcpp2 release 2.7.17 ** Copyright (C) 2000-2010, Robert van Engelen, Genivia Inc. ** All Rights Reserved. This product is provided "as is", without any warranty. ** The soapcpp2 tool is released under one of the following three licenses: ** GPL, the gSOAP public license, or the commercial license by Genivia Inc. Saving wsdlStub.h annotated copy of the input declarations Saving wsdlH.h interface declarations Saving wsdlC.cpp XML serializers Saving xmime.nsmap namespace mapping table Compilation successful /usr/pkg/bin/gmake all-am gmake[5]: Entering directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap/wsdl' clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../gsoap -DFREEBSD -I/usr/include -DWITH_OPENSSL -DWITH_GZIP -DWSDL_IMPORT_PATH="\"/usr/pkg/share/gsoap/WS\"" -O2 -I/usr/include -MT wsdl2h-wsdl2h.o -MD -MP -MF .deps/wsdl2h-wsdl2h.Tpo -c -o wsdl2h-wsdl2h.o `test -f 'wsdl2h.cpp' || echo './'`wsdl2h.cpp In file included from wsdl2h.cpp:44: In file included from ./includes.h:38: In file included from ../../gsoap/stdsoap2.h:565: /usr/include/sys/timeb.h:42:2: warning: "this file includes which is deprecated" [-W#warnings] #warning "this file includes which is deprecated" ^ wsdl2h.cpp:87:7: warning: 'extern' variable has an initializer [-Wextern-initializer] *mapfile = WSDL_TYPEMAP_FILE, ^ wsdl2h.cpp:88:7: warning: 'extern' variable has an initializer [-Wextern-initializer] *import_path = WSDL2H_IMPORT_PATH, ^ wsdl2h.cpp:89:7: warning: 'extern' variable has an initializer [-Wextern-initializer] *cwd_path = NULL, ^ wsdl2h.cpp:90:7: warning: 'extern' variable has an initializer [-Wextern-initializer] *cppnamespace = NULL; ^ wsdl2h.cpp:118:102: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] const char copyrightnotice[] = "\n** The gSOAP WSDL/Schema processor for C and C++, wsdl2h release "VERSION"\n** Copyright (C) 2000-2010 Robert van Engelen, Genivia Inc.\n** All Rights Reserved. This product is provided \"as is\", without any warranty.\n** The wsdl2h tool is released under one of the following two licenses:\n** GPL or the commercial license by Genivia Inc. Use option -l for more info.\n\n"; ^ 5 warnings and 1 error generated. Makefile:297: recipe for target 'wsdl2h-wsdl2h.o' failed gmake[5]: *** [wsdl2h-wsdl2h.o] Error 1 gmake[5]: Leaving directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap/wsdl' Makefile:207: recipe for target 'all' failed gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap/wsdl' Makefile:516: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap' Makefile:261: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7/gsoap' Makefile:308: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/var/pkgsrc/work/devel/gsoap/work/gsoap-2.7' Makefile:218: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/devel/gsoap *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/gsoap