Snippets for texmacs 1.99.4 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/texmacs/1.99.4_11/150amd64-default.log.
-
System/Misc/fast_alloc.hpp:38:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 38 | extern void* safe_malloc (register size_t s); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:39:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 39 | extern void* enlarge_malloc (register size_t s); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:40:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 40 | extern void* fast_alloc (register size_t s); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:41:25: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 41 | extern void fast_free (register void* ptr, register size_t s); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:41:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 41 | extern void fast_free (register void* ptr, register size_t s); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:42:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 42 | extern void* fast_new (register size_t s); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:43:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 43 | extern void fast_delete (register void* ptr); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:388:21: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 388 | void* operator new (register size_t s); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:389:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 389 | void operator delete (register void* ptr); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:389:7: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch] 389 | void operator delete (register void* ptr); | ^ -
System/Misc/fast_alloc.hpp:390:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 390 | void* operator new[] (register size_t s); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:391:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 391 | void operator delete[] (register void* ptr); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:391:7: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch] 391 | void operator delete[] (register void* ptr); | ^ -
Kernel/Containers/array.cpp:24:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 24 | register int i=8; | ^~~~~~~~ -
Kernel/Containers/array.cpp:34:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 34 | array_rep<T>::resize (register int m) { | ^~~~~~~~ -
Kernel/Containers/array.cpp:35:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 35 | register int nn= round_length (n, sizeof (T)); | ^~~~~~~~ -
Kernel/Containers/array.cpp:36:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 36 | register int mm= round_length (m, sizeof (T)); | ^~~~~~~~ -
Kernel/Containers/array.cpp:39:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 39 | register int i, k= (m<n? m: n); | ^~~~~~~~ -
Kernel/Containers/array.cpp:55:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 55 | register int i; | ^~~~~~~~ -
Kernel/Containers/array.cpp:101:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 101 | register int i; | ^~~~~~~~ -
Kernel/Containers/array.cpp:110:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 110 | register int i; | ^~~~~~~~ -
Kernel/Containers/array.cpp:139:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 139 | register int i, k= N(a); | ^~~~~~~~ -
Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 147 | register int i, l= N(b); | ^~~~~~~~ -
Kernel/Containers/array.cpp:156:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 156 | register int i, l= N(b); | ^~~~~~~~ -
Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | register int i, k= N(a), l= N(b); | ^~~~~~~~ -
Kernel/Containers/array.cpp:174:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 174 | register int k; | ^~~~~~~~ -
Kernel/Containers/array.cpp:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 183 | register int i, n= N(a); | ^~~~~~~~ -
Kernel/Containers/array.cpp:199:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 199 | register int i, n= N(a); | ^~~~~~~~ -
Kernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 207 | register int i, n= N(a); | ^~~~~~~~ -
Kernel/Containers/hashmap.cpp:68:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 68 | register int hv= hash (x); | ^~~~~~~~ -
Kernel/Containers/hashmap.cpp:85:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 85 | register int hv= hash (x); | ^~~~~~~~ -
Kernel/Containers/hashmap.cpp:101:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 101 | register int hv= hash (x); | ^~~~~~~~ -
Kernel/Containers/hashmap.cpp:113:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 113 | register int hv= hash (x); | ^~~~~~~~ -
Kernel/Containers/hashmap_extra.cpp:20:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 20 | register int hv= hash (x); | ^~~~~~~~ -
./Data/String/analyze.cpp:22:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 22 | is_alpha (register char c) { | ^~~~~~~~ -
./Data/String/analyze.cpp:27:15: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 27 | is_iso_alpha (register char c) { | ^~~~~~~~ -
./Data/String/analyze.cpp:36:12: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 36 | is_locase (register char c) { | ^~~~~~~~ -
./Data/String/analyze.cpp:45:12: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 45 | is_upcase (register char c) { | ^~~~~~~~ -
./Data/String/analyze.cpp:54:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 54 | is_digit (register char c) { | ^~~~~~~~ -
./Data/String/analyze.cpp:59:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 59 | is_numeric (register char c) { | ^~~~~~~~ -
./Data/String/analyze.cpp:64:17: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 64 | is_punctuation (register char c) { | ^~~~~~~~ -
./Data/String/analyze.cpp:71:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 71 | is_space (register char c) { | ^~~~~~~~ -
./Data/String/analyze.cpp:205:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 205 | case 'A': r << '<C1>'; break; | ^ -
./Data/String/analyze.cpp:206:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 206 | case 'E': r << '<C9>'; break; | ^ -
./Data/String/analyze.cpp:207:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 207 | case 'I': r << '<CD>'; break; | ^ -
./Data/String/analyze.cpp:208:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 208 | case 'N': r << '<D1>'; break; | ^ -
./Data/String/analyze.cpp:209:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 209 | case 'O': r << '<D3>'; break; | ^ -
./Data/String/analyze.cpp:210:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 210 | case 'U': r << '<DA>'; break; | ^ -
./Data/String/analyze.cpp:211:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 211 | case 'Y': r << '<DD>'; break; | ^ -
./Data/String/analyze.cpp:212:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 212 | case 'a': r << '<E1>'; break; | ^ -
./Data/String/analyze.cpp:213:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 213 | case 'e': r << '<E9>'; break; | ^ -
./Data/String/analyze.cpp:214:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 214 | case 'i': r << '<ED>'; break; | ^ -
./Data/String/analyze.cpp:215:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 215 | case 'n': r << '<F1>'; break; | ^ -
./Data/String/analyze.cpp:216:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 216 | case 'o': r << '<F3>'; break; | ^ -
./Data/String/analyze.cpp:217:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 217 | case 'u': r << '<FA>'; break; | ^ -
./Data/String/analyze.cpp:218:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 218 | case 'y': r << '<FD>'; break; | ^ -
./Data/String/analyze.cpp:233:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 233 | case '<C1>': r << "'A"; break; | ^ -
./Data/String/analyze.cpp:234:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 234 | case '<C9>': r << "'E"; break; | ^ -
./Data/String/analyze.cpp:235:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 235 | case '<CD>': r << "'I"; break; | ^ -
./Data/String/analyze.cpp:236:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 236 | case '<D1>': r << "'N"; break; | ^ -
./Data/String/analyze.cpp:237:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 237 | case '<D3>': r << "'O"; break; | ^ -
./Data/String/analyze.cpp:238:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 238 | case '<DA>': r << "'U"; break; | ^ -
./Data/String/analyze.cpp:239:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 239 | case '<DD>': r << "'Y"; break; | ^ -
./Data/String/analyze.cpp:240:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 240 | case '<E1>': r << "'a"; break; | ^ -
./Data/String/analyze.cpp:241:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 241 | case '<E9>': r << "'e"; break; | ^ -
./Data/String/analyze.cpp:242:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 242 | case '<ED>': r << "'i"; break; | ^ -
./Data/String/analyze.cpp:243:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 243 | case '<F1>': r << "'n"; break; | ^ -
./Data/String/analyze.cpp:244:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 244 | case '<F3>': r << "'o"; break; | ^ -
./Data/String/analyze.cpp:245:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 245 | case '<FA>': r << "'u"; break; | ^ -
./Data/String/analyze.cpp:246:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 246 | case '<FD>': r << "'y"; break; | ^ -
./Data/String/analyze.cpp:257:17: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 257 | if (s[i] == '<DF>') r << '<FF>'; | ^ -
./Data/String/analyze.cpp:257:27: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 257 | if (s[i] == '<DF>') r << '<FF>'; | ^ -
./Data/String/analyze.cpp:267:17: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 267 | if (s[i] == '<FF>') r << '<DF>'; | ^ -
./Data/String/analyze.cpp:267:27: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 267 | if (s[i] == '<FF>') r << '<DF>'; | ^ -
./Data/String/analyze.cpp:277:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 277 | "<80><81><82><83><84><85><86><87><88><89><8A><8B><8C><8D><8E><8F><90><91><92><93><94><95><96><97><98><99><9A><9B><9C><9D><9E><9F> <81><U+0008><8A> <89><91><9F><U+0004><92><93><94><99><U+007F><9A><9B> <A1><U+000C><AA><U+0001><A9><B1><U+0007><U+000B><B2><B3><B4><B9><U+0005><BA><BB><8F><C1><U+0080>Ĉ<82>ǃɆ˅<CD>΄Ћ<8C><D3>Ԏ<D6>.<90><97>ږ<DC>ݕ<FF><AF><E1><E2><A0>䨢<E7><A3><E9><A6><EB><A5><ED><U+E91E><AB><AC><F3><F4><AE><F6>/<B0><B7><FA><B6><FC><FD><B5> "; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ ~~~~ ~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ ~~~~~~~~ ~~~~ ~~~~ ~~~~~~~~ ~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ ~~~~ ~~~~ ~~~~~~~~ ~~~~ ~~~~~~~~ ~~~~ ~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Data/String/analyze.cpp:279:6: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 279 | "á<C6><C8><CF><CC><CA>Gť<A3><D1><D2> <D5><C0>ئ<A9><AA><AB><DE><DB><D9>Y<AC><AE><AF>II<F0><A7><E3><B1><E6><E8><EF><EC><EA>g嵳<F1><F2> <F5><E0><F8><B6><B9><BA><BB><FE><FB><F9>y<BC><BE><BF>i!?LA<C1><C2>A<C4>AA<C7>E<C9>E<CB>I<CD><CE>I<D0>NO<D3><D4>O<D6>OOU<DA>U<DC><DD> Sa<E1><E2>a<E4>aa<E7>e<E9>e<EB>i<ED><EE>i<F0>no<F3><F4>o<F6>oou<FA>u<FC><FD> <DF>"; | ^~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ ~~~~~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~~~~~ ~~~~ ~~~~~~~~ ~~~~ ~~~~ ~~~~~~~~ ~~~~~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~~~~~ ~~~~ ~~~~~~~~ ~~~~ ~~~~ ~~~~~~~~ ~~~~ -
./Data/String/analyze.cpp:318:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 318 | "<E1><E2><F7><E7><E4><E5><F6><FA><E9><EA><EB><EC><ED><EE><EF><F0><F2><F3><F4><F5><E6><E8><E3><FE><FB><FD><FF><F9><F8><FC><E0><F1><C1><C2><D7><C7><C4><C5><D6><DA><C9><CA><CB><CC><CD><CE><CF><D0><D2><D3><D4><D5><C6><C8><C3><DE><DB><DD><DF><D9><D8><DC><C0><D1>"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Data/String/analyze.cpp:320:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 320 | "<FE><E0><E1><F6><E4><E5><F4><E3><F5><E8><E9><EA><EB><EC><ED><EE><EF><FF><F0><F1><F2><F3><E6><E2><FC><FB><E7><F8><FD><F9><F7><FA><DE><C0><C1><D6><C4><C5><D4><C3><D5><C8><C9><CA><CB><CC><CD><CE><CF><DF><D0><D1><D2><D3><C6><C2><DC><DB><C7><D8><DD><D9><D7><DA>"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Data/String/analyze.cpp:325:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 325 | if (i==156) return '<B3>'; | ^ -
./Data/String/analyze.cpp:326:22: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 326 | if (i==188) return '<A3>'; | ^ -
./Data/String/analyze.cpp:331:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 331 | case 'I':return '<B6>'; | ^ -
./Data/String/analyze.cpp:332:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 332 | case '<88>':return '<B7>'; | ^ -
./Data/String/analyze.cpp:332:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 332 | case '<88>':return '<B7>'; | ^ -
./Data/String/analyze.cpp:333:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 333 | case '<99>':return '<B4>'; | ^ -
./Data/String/analyze.cpp:333:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 333 | case '<99>':return '<B4>'; | ^ -
./Data/String/analyze.cpp:334:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 334 | case '<80>':return '<BD>'; | ^ -
./Data/String/analyze.cpp:334:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 334 | case '<80>':return '<BD>'; | ^ -
./Data/String/analyze.cpp:335:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 335 | case 'i':return '<A6>'; | ^ -
./Data/String/analyze.cpp:336:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 336 | case '<A8>':return '<A7>'; | ^ -
./Data/String/analyze.cpp:336:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 336 | case '<A8>':return '<A7>'; | ^ -
./Data/String/analyze.cpp:337:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 337 | case '<B9>':return '<A4>'; | ^ -
./Data/String/analyze.cpp:337:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 337 | case '<B9>':return '<A4>'; | ^ -
./Data/String/analyze.cpp:338:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 338 | case '<A0>':return '<AD>'; | ^ -
./Data/String/analyze.cpp:338:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 338 | case '<A0>':return '<AD>'; | ^ -
./Data/String/analyze.cpp:348:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 348 | if (c=='<B3>') return (char) 156; | ^ -
./Data/String/analyze.cpp:349:10: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 349 | if (c=='<A3>') return (char) 188; | ^ -
./Data/String/analyze.cpp:354:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 354 | case '<B6>':return 'I'; | ^ -
./Data/String/analyze.cpp:355:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 355 | case '<B7>':return '<88>'; | ^ -
./Data/String/analyze.cpp:355:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 355 | case '<B7>':return '<88>'; | ^ -
./Data/String/analyze.cpp:356:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 356 | case '<B4>':return '<99>'; | ^ -
./Data/String/analyze.cpp:356:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 356 | case '<B4>':return '<99>'; | ^ -
./Data/String/analyze.cpp:357:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 357 | case '<BD>':return '<80>'; | ^ -
./Data/String/analyze.cpp:357:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 357 | case '<BD>':return '<80>'; | ^ -
./Data/String/analyze.cpp:358:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 358 | case '<A6>':return 'i'; | ^ -
./Data/String/analyze.cpp:359:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 359 | case '<A7>':return '<A8>'; | ^ -
./Data/String/analyze.cpp:359:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 359 | case '<A7>':return '<A8>'; | ^ -
./Data/String/analyze.cpp:360:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 360 | case '<A4>':return '<B9>'; | ^ -
./Data/String/analyze.cpp:360:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 360 | case '<A4>':return '<B9>'; | ^ -
./Data/String/analyze.cpp:361:15: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 361 | case '<AD>':return '<A0>'; | ^ -
./Data/String/analyze.cpp:361:26: warning: illegal character encoding in character literal [-Winvalid-source-encoding] 361 | case '<AD>':return '<A0>'; | ^ -
./Data/String/analyze.cpp:675:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 675 | register int i; | ^~~~~~~~ -
./Data/String/analyze.cpp:688:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 688 | register int i; | ^~~~~~~~ -
./Data/String/analyze.cpp:692:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 692 | register int j; | ^~~~~~~~ -
./Data/String/analyze.cpp:708:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 708 | register int i, n= N(s); | ^~~~~~~~ -
./Data/String/analyze.cpp:726:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 726 | register int i; | ^~~~~~~~ -
./Data/String/analyze.cpp:730:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 730 | register bool flag= true; | ^~~~~~~~ -
./Data/String/analyze.cpp:731:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 731 | register int j, k; | ^~~~~~~~ -
./Kernel/Containers/array.cpp:24:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 24 | register int i=8; | ^~~~~~~~ -
./Kernel/Containers/array.cpp:34:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 34 | array_rep<T>::resize (register int m) { | ^~~~~~~~ -
./Kernel/Containers/array.cpp:35:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 35 | register int nn= round_length (n, sizeof (T)); | ^~~~~~~~ -
./Kernel/Containers/array.cpp:36:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 36 | register int mm= round_length (m, sizeof (T)); | ^~~~~~~~ -
./Kernel/Containers/array.cpp:39:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 39 | register int i, k= (m<n? m: n); | ^~~~~~~~ -
./Kernel/Containers/array.cpp:55:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 55 | register int i; | ^~~~~~~~ -
./Kernel/Containers/array.cpp:101:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 101 | register int i; | ^~~~~~~~ -
./Kernel/Containers/array.cpp:110:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 110 | register int i; | ^~~~~~~~ -
./Kernel/Containers/array.cpp:139:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 139 | register int i, k= N(a); | ^~~~~~~~ -
./Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 147 | register int i, l= N(b); | ^~~~~~~~ -
./Kernel/Containers/array.cpp:156:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 156 | register int i, l= N(b); | ^~~~~~~~ -
./Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | register int i, k= N(a), l= N(b); | ^~~~~~~~ -
./Kernel/Containers/array.cpp:174:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 174 | register int k; | ^~~~~~~~ -
./Kernel/Containers/array.cpp:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 183 | register int i, n= N(a); | ^~~~~~~~ -
./Kernel/Containers/array.cpp:199:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 199 | register int i, n= N(a); | ^~~~~~~~ -
./Kernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 207 | register int i, n= N(a); | ^~~~~~~~ -
./Kernel/Containers/array.cpp:21:1: warning: function 'round_length' is not needed and will not be emitted [-Wunneeded-internal-declaration] 21 | round_length (int n, size_t s) { | ^~~~~~~~~~~~ -
Kernel/Containers/array.cpp:34:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 34 | array_repKernel/Containers/array.cpp:101<T>::resize (regis:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:35:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 35 | register int nn= round_length (n, Kernel/Containers/array.cpp:110:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
35 | register int nn= round_length (n, Kernel/Containers/array.cpp:110:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:39:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:55:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:101:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | register int i, k= N(a), l= N(Kernel/Containers/array.cpp:110:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
165 | register int i, k= N(a), l= N(Kernel/Containers/array.cpp:110:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 183 | register int Kernel/Containers/array.cpp:139:3i, n= N(a);
-
Kernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 207 | rKernel/Containers/array.cpp:156:3:egister warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] -
./Plugins/Bibtex/bibtex_functions.cpp:694:9: warning: variable 's' set but not used [-Wunused-but-set-variable] 694 | int s= 0; | ^ -
Kernel/Containers/hashmap.cpp:68Kernel/Containers/array.cpp:199:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 199 | register int i, n= N(a); | ^~~~~~~~ -
Kernel/Containers/hashmap.cpp:101:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:174:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 174 | register int c++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/Document -IData/String -IData/Tmfs -IData/Tree -IScheme -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IGraphics/Handwriting -IGraphics/Types -IGraphics/Pictures -IGraphics/Spacial -IGraphics/Colors -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -DLIBICONV_PLUG -isystem /usr/local/include -DX11TEXMACS -Wall -Wno-return-type -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -std=c++14 -fno-rtti -c ./Typeset/Bridge/bridge_document.cpp -o Objects/bridge_document.o
-
./Typeset/Boxes/Modifier/change_boxes.cpp:287:1: warning: 'effect_box_rep' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 287 | struct effect_box_rep: public change_box_rep { | ^ -
Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | register int i, k= N(aKernel/Containers/hashmap.cpp:85:3: ), l=warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/hashmap.cpp:113:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 183 | register int i, n= N(a); | ^~~~~~~~ 113 | register int hv= hash (x); | ^~~~~~~~ -
Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | register int i, k= N(43 warningsa), l= N(b); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:40:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 40 | extern void* fast_alloc (register size_t s);
-
System/Misc/fast_alloc.hpp:391:7: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch] 391 | void operator delete[] (register void* ptr); | ^ | ^~~~~~~~ -
Kernel/Containers/array.cppKernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | registerKernel/Containers/array.cpp:35:3 int i, k= N(a), l: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:199:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 199 | register int i, n= N(a); | Kernel/Containers/array.cpp:55:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] -
| Kernel/Containers/array.cpp:55:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] -
55 | register iKernel/Containers/array.cpp:199:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
In file included from Kernel/Containers/array.hppKernel/Containers/array.cpp:39:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:34:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 34 | array_rep<T>::Kernel/Containers/array.cpp:55:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
34 | array_rep<T>::Kernel/Containers/array.cpp:55:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:39:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 39 | register int i, k= (m<n? Kernel/Containers/array.cpp:101:3: warning: m: n); | ^~~~~~~~ -
101 | registerKernel/Containers/array.cpp:39:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:110:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 110 | register Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
110 | register Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:139:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 139 | rKernel/Containers/array.cpp:165egi:3:ster int warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | register int i, k= N(a), l= Ni, k= N(a); | ^~~~~~~~ -
Kernel/Containers/array.cpp:139:3: Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | register int i, warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 139 | register int i,k= N(a) k= N(a); | ^~~~~~~~ -
Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | register int Kernel/Containers/array.cpp:183i, k= N(a),:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:Kernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Edit/editor.hpp:546:16: warning: 'editor_rep::print' hides overloaded virtual function [-Woverloaded-virtual] 546 | virtual void print (url ps_name, bool to_file, int first, int last) = 0; | ^ -
Edit/editor.hpp:546:16: warning: 'editor_rep::print' hides overloaded virtual function [-Woverloaded-virtual]
-
./Edit/Interface/edit_interface.cpp:52:10: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::sv' [-Wuninitialized] 52 | zoomf (sv->get_default_zoom_factor ()), | ^ -
./Edit/Editor/edit_main.cpp:51:8: warning: field 'buf' is uninitialized when used here [-Wuninitialized] 51 | drd (buf->buf->title, std_drd), et (the_et), rp (buf->rp) {} | ^ -
./Edit/Editor/edit_main.cpp:51:52: warning: field 'buf' is uninitialized when used here [-Wuninitialized] 51 | drd (buf->buf->title, std_drd), et (the_et), rp (buf->rp) {} | ^ -
./Edit/Modify/edit_modify.cpp:25:17: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::rp' [-Wuninitialized] 25 | arch (author, rp) {} | ^ -
./Edit/Editor/edit_typeset.cpp:38:8: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::drd' [-Wuninitialized] 38 | env (drd, buf->buf->master, | ^ -
./Edit/Editor/edit_typeset.cpp:38:13: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 38 | env (drd, buf->buf->master, | ^ -
./Edit/Editor/edit_typeset.cpp:39:8: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 39 | buf->data->ref, (buf->prj==NULL? buf->data->ref: buf->prj->data->ref), | ^ -
./Edit/Editor/edit_typeset.cpp:39:25: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 39 | buf->data->ref, (buf->prj==NULL? buf->data->ref: buf->prj->data->ref), | ^ -
./Edit/Editor/edit_typeset.cpp:39:41: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 39 | buf->data->ref, (buf->prj==NULL? buf->data->ref: buf->prj->data->ref), | ^ -
./Edit/Editor/edit_typeset.cpp:39:57: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 39 | buf->data->ref, (buf->prj==NULL? buf->data->ref: buf->prj->data->ref), | ^ -
./Edit/Editor/edit_typeset.cpp:40:8: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 40 | buf->data->aux, (buf->prj==NULL? buf->data->aux: buf->prj->data->aux), | ^ -
./Edit/Editor/edit_typeset.cpp:40:25: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 40 | buf->data->aux, (buf->prj==NULL? buf->data->aux: buf->prj->data->aux), | ^ -
./Edit/Editor/edit_typeset.cpp:40:41: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 40 | buf->data->aux, (buf->prj==NULL? buf->data->aux: buf->prj->data->aux), | ^ -
./Edit/Editor/edit_typeset.cpp:40:57: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 40 | buf->data->aux, (buf->prj==NULL? buf->data->aux: buf->prj->data->aux), | ^ -
./Edit/Editor/edit_typeset.cpp:41:8: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 41 | buf->data->att, (buf->prj==NULL? buf->data->att: buf->prj->data->att)), | ^ -
./Edit/Editor/edit_typeset.cpp:41:25: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 41 | buf->data->att, (buf->prj==NULL? buf->data->att: buf->prj->data->att)), | ^ -
./Edit/Editor/edit_typeset.cpp:41:41: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 41 | buf->data->att, (buf->prj==NULL? buf->data->att: buf->prj->data->att)), | ^ -
./Edit/Editor/edit_typeset.cpp:41:57: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::buf' [-Wuninitialized] 41 | buf->data->att, (buf->prj==NULL? buf->data->att: buf->prj->data->att)), | ^ -
./Edit/Editor/edit_typeset.cpp:42:38: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::et' [-Wuninitialized] 42 | ttt (new_typesetter (env, subtree (et, rp), reverse (rp))) {} | ^ -
./Edit/Editor/edit_typeset.cpp:42:42: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::rp' [-Wuninitialized] 42 | ttt (new_typesetter (env, subtree (et, rp), reverse (rp))) {} | ^ -
./Edit/Editor/edit_typeset.cpp:42:56: warning: base class 'editor_rep' is uninitialized when used here to access 'editor_rep::rp' [-Wuninitialized] 42 | ttt (new_typesetter (env, subtree (et, rp), reverse (rp))) {} | ^ -
./System/Misc/fast_alloc.hpp:38:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 38 | extern void* safe_malloc (register size_t s); | ^~~~~~~~ -
./System/Misc/fast_alloc.hpp:39:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 39 | extern void* enlarge_malloc (register size_t s); | ^~~~~~~~ -
./System/Misc/fast_alloc.hpp:40:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 40 | extern void* fast_alloc (register size_t s); | ^~~~~~~~ -
./System/Misc/fast_alloc.hpp:41:25: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 41 | extern void fast_free (register void* ptr, register size_t s); | ^~~~~~~~ -
./System/Misc/fast_alloc.hpp:41:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 41 | extern void fast_free (register void* ptr, register size_t s); | ^~~~~~~~ -
./System/Misc/fast_alloc.hpp:42:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 42 | extern void* fast_new (register size_t s); | ^~~~~~~~ -
./System/Misc/fast_alloc.hpp:43:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 43 | extern void fast_delete (register void* ptr); | ^~~~~~~~ -
./System/Misc/fast_alloc.hpp:388:21: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 388 | void* operator new (register size_t s); | ^~~~~~~~ -
./System/Misc/fast_alloc.hpp:389:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 389 | void operator delete (register void* ptr); | ^~~~~~~~ -
./System/Misc/fast_alloc.hpp:389:7: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch] 389 | void operator delete (register void* ptr); | ^ -
./System/Misc/fast_alloc.hpp:390:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 390 | void* operator new[] (register size_t s); | ^~~~~~~~ -
./System/Misc/fast_alloc.hpp:391:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 391 | void operator delete[] (register void* ptr); | ^~~~~~~~ -
./System/Misc/fast_alloc.hpp:391:7: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch] 391 | void operator delete[] (register void* ptr); | ^ -
./System/Misc/fast_alloc.cpp:33:14: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 33 | safe_malloc (register size_t sz) { | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:43:17: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 43 | enlarge_malloc (register size_t sz) { | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:49:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 49 | register void* ptr= alloc_mem; | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:56:13: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 56 | fast_alloc (register size_t sz) { | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:59:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 59 | register void *ptr= alloc_ptr (sz); | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:73:12: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 73 | fast_free (register void* ptr, register size_t sz) { | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:73:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 73 | fast_free (register void* ptr, register size_t sz) { | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:130:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 130 | fast_new (register size_t s) { | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:131:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 131 | register void* ptr; | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:150:14: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 150 | fast_delete (register void* ptr) { | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:152:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 152 | register size_t s= *((size_t *) ptr); | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:171:16: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 171 | fast_alloc_mw (register size_t s) | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:174:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 174 | register void *ptr= alloc_ptr(s); | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:183:15: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 183 | fast_free_mw (register void* ptr, register size_t s) | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:183:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 183 | fast_free_mw (register void* ptr, register size_t s) | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:242:15: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 242 | operator new (register size_t s) { | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:243:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 243 | register void* ptr; | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:259:18: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 259 | operator delete (register void* ptr) { | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:261:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 261 | register size_t s= *((size_t *) ptr); | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:273:17: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 273 | operator new[] (register size_t s) { | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:274:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 274 | register void* ptr; | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:290:20: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 290 | operator delete[] (register void* ptr) { | ^~~~~~~~ -
./System/Misc/fast_alloc.cpp:292:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 292 | register size_t s= *((size_t *) ptr); | ^~~~~~~~ -
./Graphics/Fonts/font_protrusion.cpp:85:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 85 | add_accented_protrusion (t, "A", "<C0><C1><C2><C3><C4><C5>\200\201"); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
./Graphics/Fonts/font_protrusion.cpp:86:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 86 | add_accented_protrusion (t, "C", "<C7>\202\203"); | ^~~~ -
./Graphics/Fonts/font_protrusion.cpp:87:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 87 | add_accented_protrusion (t, "E", "<C8><C9><CA><CB>\205\206"); | ^~~~~~~~~~~~~~~~ -
./Graphics/Fonts/font_protrusion.cpp:89:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 89 | add_accented_protrusion (t, "I", "<CC><CD><CE><CF>\235"); | ^~~~~~~~~~~~~~~~ -
./Graphics/Fonts/font_protrusion.cpp:91:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 91 | add_accented_protrusion (t, "N", "<D1>\213\214"); | ^~~~ -
./Graphics/Fonts/font_protrusion.cpp:92:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 92 | add_accented_protrusion (t, "O", "<D2><D3><D4><D5><D6>\216"); | ^~~~~~~~~~~~~~~~~~~~ -
./Graphics/Fonts/font_protrusion.cpp:96:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 96 | add_accented_protrusion (t, "U", "<D9><DA><DB><DC>\226\227"); | ^~~~~~~~~~~~~~~~ -
./Graphics/Fonts/font_protrusion.cpp:97:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 97 | add_accented_protrusion (t, "Y", "<DD>\230"); | ^~~~ -
./Graphics/Fonts/font_protrusion.cpp:99:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 99 | add_accented_protrusion (t, "a", "<E0><E1><E2><E3><E4><E5>\240\241"); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
./Graphics/Fonts/font_protrusion.cpp:100:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 100 | add_accented_protrusion (t, "c", "<E7>\242\243"); | ^~~~ -
./Graphics/Fonts/font_protrusion.cpp:101:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 101 | add_accented_protrusion (t, "e", "<E8><E9><EA><EB>\245\246"); | ^~~~~~~~~~~~~~~~ -
./Graphics/Fonts/font_protrusion.cpp:103:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 103 | add_accented_protrusion (t, "i", "<EC><ED><EE><EF>"); | ^~~~~~~~~~~~~~~~ -
./Graphics/Fonts/font_protrusion.cpp:105:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 105 | add_accented_protrusion (t, "n", "<F1>\253\254"); | ^~~~ -
./Graphics/Fonts/font_protrusion.cpp:106:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 106 | add_accented_protrusion (t, "o", "<F2><F3><F4><F5><F6>\256"); | ^~~~~~~~~~~~~~~~~~~~ -
./Graphics/Fonts/font_protrusion.cpp:110:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 110 | add_accented_protrusion (t, "u", "<F9><FA><FB><FC>\266\267"); | ^~~~~~~~~~~~~~~~ -
./Graphics/Fonts/font_protrusion.cpp:111:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] 111 | add_accented_protrusion (t, "y", "<FD>\270"); | ^~~~ -
./Data/Convert/Tex/fromcls.cpp:156:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 156 | return r; | ^ -
Kernel/Containers/hashmap.cpp:101:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 101 | register int hv= c++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/Document -IData/String -IData/Tmfs -IData/Tree -IScheme -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IGraphics/Handwriting -IGraphics/Types -IGraphics/Pictures -IGraphics/Spacial -IGraphics/Colors -IPlugins -I/wrkdirs/usr/ports/editors/texmacs/work/TeXmacs-1.99.4-src/TeXmacs/include -I/usr/local/include/guile/1.8 -I/usr/local/include -isystem /usr/local/include -D_THREAD_SAFE -pthread -DLIBICONV_PLUG -isystem /usr/local/include -DX11TEXMACS -Wall -Wno-return-type -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -std=c++14 -fno-rtti -c ./Data/Convert/Tex/fromtex_post.cpp -o Objects/fromtex_post.o
-
./Scheme/Scheme/glue.cpp:738:1: warning: function 'tmscm_is_table_string_string' is not needed and will not be emitted [-Wunneeded-internal-declaration] 738 | tmscm_is_table_string_string (tmscm p) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Kernel/Containers/hashmap.cpp:68:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 68 | register int hv= hash (x); | ^~~~~~~~ -
./Kernel/Containers/hashmap.cpp:85:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 85 | register int hv= hash (x); | ^~~~~~~~ -
./Kernel/Containers/hashmap.cpp:101:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 101 | register int hv= hash (x); | ^~~~~~~~ -
./Kernel/Containers/hashmap.cpp:113:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 113 | register int hv= hash (x); | ^~~~~~~~ -
./Kernel/Containers/hashmap_extra.cpp:20:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 20 | register int hv= hash (x); | ^~~~~~~~ -
./Plugins/Widkit/Input/input_widget.cpp:395:41: warning: if statement has empty body [-Wempty-body] 395 | else if (is_tuple (t, "texmacs", 3)); | ^ -
System/Misc/fast_alloc.hpp:39:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 39 | extern void* enlarge_malloc (register size_tIn file included from ./Data/Convert/Tex/latex_tools.cpp:12:
-
System/Misc/fast_alloc.hpp:43:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
System/Misc/fast_alloc.hpp:41:25: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 41 | extern void fast_free (register void* ptr, register size_t sSystem/Misc/fast_alloc.hpp:388:); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:41:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 388 | void* 41 operator new | extern void (registefast_r sizefre_t s);e (regis | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:389:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
System/Misc/fast_alloc.hpp:388:21: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 388 | voidSystem/Misc/fast_alloc.hpp:390:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
388 | voidSystem/Misc/fast_alloc.hpp:390:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
System/Misc/fast_alloc.hpp:391:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
System/Misc/fast_alloc.hpp:389:7: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch] 391 | void operator delete[] (register void* ptr); | ^~~~~~~~ 389 | void operator delete (register void* ptr); | ^ -
System/Misc/fast_alloc.hpp:391:7: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch] 391 | void operator delete[] (registSystem/Misc/fast_alloc.hpp:390:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
391 | void operator delete[] (registSystem/Misc/fast_alloc.hpp:390:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
./Data/Observers/list_observer.cpp:169:10: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 169 | return (!is_nil (o1) && o1->get_ip (ip)) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 170 | (!is_nil (o2) && o2->get_ip (ip)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Data/Observers/list_observer.cpp:175:10: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 175 | return (!is_nil (o1) && o1->set_ip (ip)) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 176 | (!is_nil (o2) && o2->set_ip (ip)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Data/Observers/list_observer.cpp:181:10: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 181 | return (!is_nil (o1) && o1->get_position (t, index)) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 182 | (!is_nil (o2) && o2->get_position (t, index)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Data/Observers/list_observer.cpp:187:10: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 187 | return (!is_nil (o1) && o1->set_position (t, index)) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 188 | (!is_nil (o2) && o2->set_position (t, index)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Data/Observers/list_observer.cpp:207:10: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 207 | return (!is_nil (o1) && o1->get_tree (t)) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 208 | (!is_nil (o2) && o2->get_tree (t)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Data/Observers/list_observer.cpp:213:10: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 213 | return (!is_nil (o1) && o1->get_contents (kind, bb)) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 214 | (!is_nil (o2) && o2->get_contents (kind, bb)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Data/Observers/list_observer.cpp:219:10: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 219 | return (!is_nil (o1) && o1->set_highlight (lan, col, start, end)) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 220 | (!is_nil (o2) && o2->set_highlight (lan, col, start, end)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Data/Observers/list_observer.cpp:225:10: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 225 | return (!is_nil (o1) && o1->get_highlight (lan, cols)) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 226 | (!is_nil (o2) && o2->get_highlight (lan, cols)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:51:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 51 | register SI i; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:61:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 61 | register SI i; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:71:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 71 | register SI i; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:112:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 112 | register HN i, j; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:156:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 156 | register long j = k; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:214:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 214 | register SI i, j; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:215:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 215 | register HN wordweight; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:277:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 277 | register HI i; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:278:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 278 | register SI k; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:279:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 279 | register SI length = 0, startpos = 0; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:281:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 281 | register HI charcode= 0; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:282:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 282 | register SI cwidth; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:283:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 283 | register SI cheight; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:284:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 284 | register SI xoff; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:285:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 285 | register SI yoff; | ^~~~~~~~ -
./Plugins/Metafont/load_pk.cpp:420:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 420 | register int c; | ^~~~~~~~ -
./Plugins/Metafont/load_tex.cpp:287:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 287 | register int c; | ^~~~~~~~ -
./Plugins/Metafont/load_tfm.cpp:141:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 141 | register int next_char= stack [sp-1]& 255; | ^~~~~~~~ -
./Plugins/Metafont/load_tfm.cpp:142:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 142 | register int pc= rem (cur_char); | ^~~~~~~~ -
./Plugins/Metafont/load_tfm.cpp:146:9: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 146 | register int instr= lig_kern [pc]; | ^~~~~~~~ -
./Plugins/Metafont/load_tfm.cpp:258:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 258 | register int next_char= stack [sp-1]& 255; | ^~~~~~~~ -
./Plugins/Metafont/load_tfm.cpp:259:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 259 | register int pc= rem (cur_char); | ^~~~~~~~ -
./Plugins/Metafont/load_tfm.cpp:263:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 263 | register int instr= lig_kern [pc]; | ^~~~~~~~ -
In file included from ./Typeset/Boxes/Composite/math_boxes.cpp:System/Misc/fast_alloc.hpp:389:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 389 | void operator delete (register void* ptr); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:390:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 390 | void* operatoSystem/Misc/fast_alloc.hpp:40:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
390 | void* operatoSystem/Misc/fast_alloc.hpp:40:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
System/Misc/fast_alloc.hpp:391:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 391 | void operator delete[] (System/Misc/fast_alloc.hpp:41:25: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
391 | void operator delete[] (System/Misc/fast_alloc.hpp:41:25: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
| System/Misc/fast_alloc.hpp:41:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] -
System/Misc/fast_alloc.hpp:391:7: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch] 391 | void operSystem/Misc/fast_alloc.hpp:42:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
391 | void operSystem/Misc/fast_alloc.hpp:42:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/hashmap.cpp:68:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:24:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:35:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/hashmap.cpp:85:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/hashmap.cpp:101:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 101 | register int hvKernel/Containers/array.cpp:36:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
101 | register int hvKernel/Containers/array.cpp:36:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/hashmap.cpp:113:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 113 | register int hv= hash (x); | Kernel/Containers/array.cpp:39:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] -
| Kernel/Containers/array.cpp:39:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] -
Kernel/Containers/array.cpp:110:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 110 | registIn file included from ./System/Language/math_language.cpp:13:
-
Kernel/Containers/hashmap_extra.cpp:20:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:139:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 139 | register int i, k= N(ac++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/Document -IData/String -IData/Tmfs -IData/Tree -IScheme -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IGraphics/Handwriting -IGraphics/Types -IGraphics/Pictures -IGraphics/Spacial -IGraphics/Colors -IPlugins -I/usr/local/include -I/usr/local/include/guile/1.8 -I/usr/local/include -isystem /usr/local/include -D_THREAD_SAFE -pthread -DLIBICONV_PLUG -isystem /usr/local/include -DX11TEXMACS -Wall -Wno-return-type -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -std=c++14 -fno-rtti -c ./Plugins/Widkit/Composite/minibar_widget.cpp -o Objects/minibar_widget.o
-
System/Misc/fast_alloc.hpp:38:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 38 | extern void* safe_malloc (registKernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 207 | register int i, n= N(a); | ^~~~~~~~ -
38 | extern void* safe_malloc (registKernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 207 | register int i, n= N(a); | ^~~~~~~~ -
Kernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 207 | register int iSystem/Misc/fast_alloc.hpp:40:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 40 | extern void* fast_alloc (register size_t s); | ^~~~~~~~ -
207 | register int iSystem/Misc/fast_alloc.hpp:40:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 40 | extern void* fast_alloc (register size_t s); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:38:27: Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 147 | register int i, l= N(b); | ^~~~~~~~ -
./Texmacs/Data/new_window.cpp:30:1: warning: function 'reset' is not needed and will not be emitted [-Wunneeded-internal-declaration] 30 | reset (path p, int i) { | ^~~~~ -
System/Misc/fast_alloc.hpp:38:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 38 | extern void* safe_malloc (register sKernel/Containers/array.cpp:34:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]ize_t s); | ^~~~~~~~ -
Kernel/Containers/array.cpp:35:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 35 | registeSystem/Misc/fast_alloc.hpp:r int nn= round_length40:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:36:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 36 | regisSystem/Misc/fast_alloc.hpp:ter int 41:25: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cppSystem/Misc/fast_alloc.hpp:41:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:55:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 43 | extern void fast_delete ( 55 | register int i; | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:389:7: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch] 101 | register int i; | ^~~~~~~~ 389 | void operator delete (register void* ptr); | ^ -
System/Misc/fast_alloc.hpp:390:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:110:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 390 | 110 | register int i; | ^~~~~~~~ -
./Typeset/Page/page_breaker.cpp:1490:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] 1490 | else if (is_tuple (l[j]->t, "env_page") && l[j]->t[1] == PAGE_NR) | ^ -
Kernel/Containers/array.cpp:36:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 36 | register int mm= round_System/Misc/fast_alloc.hpp:39:30:length (m, sizeof (T warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
System/Misc/fast_alloc.hpp:40:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 40 | extern vKernel/Containers/array.cppoid* fast_alloc :(reg39:7ister: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:System/Misc/fast_alloc.hpp:41:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:101:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 101 | System/Misc/fast_alloc.hpp:388 register int i;:21: | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:391:7: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch] 391 | void operator delete[] (reKernel/Containers/array.cpp:139:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
391 | void operator delete[] (reKernel/Containers/array.cpp:139:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
./System/Language/r_language.cpp:447:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 447 | if( (possible_hex == 3 ) ) { | ~~~~~~~~~~~~~^~~~ -
./System/Language/r_language.cpp:185:1: warning: unused function 'is_identifier_start' [-Wunused-function] 185 | is_identifier_start( char c ) { | ^~~~~~~~~~~~~~~~~~~ -
Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 147 | register int i, l= N(c++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/History -IData/Observers -IData/Document -IData/String -IData/Tmfs -IData/Tree -IScheme -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IGraphics/Handwriting -IGraphics/Types -IGraphics/Pictures -IGraphics/Spacial -IGraphics/Colors -IPlugins -DLIBICONV_PLUG -isystem /usr/local/include -DX11TEXMACS -Wall -Wno-return-type -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -std=c++14 -fno-rtti -c ./Plugins/Freetype/rubber_stix_font.cpp -o Objects/rubber_stix_font.o
-
./Typeset/Boxes/Basic/rubber_boxes.cpp:62:8: warning: 'marker_box_rep::find_box_path' hides overloaded virtual function [-Woverloaded-virtual] 62 | path find_box_path (SI x, SI y, SI delta, bool force) { | ^ -
In file included from Kernel/Containers/array.cpp:39:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:39:Kernel/Containers/array.cpp:24:3: warning: 7: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:35:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 35 | register int nn= round_length (n, Kernel/Containers/array.cpp:sizeof 101:3:(T)); warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:156:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 156 | register int i, l= N(b)Kernel/Containers/array.cpp:110:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
156 | register int i, l= N(b)Kernel/Containers/array.cpp:110:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:174:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 174 | registeKernel/Containers/array.cpp:139:3r int k; | ^~~~~~~~ -
Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 147 | registerKernel/Containers/array.cpp:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
147 | registerKernel/Containers/array.cpp:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] -
147 | register int i, l= NKernel/Containers/array.cpp:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:199:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 199 | Kernel/Containers/array.cpp:165:3 register int i, n= N(a); | ^~~~~~~~ -
Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | register iKernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
165 | register iKernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
| Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] -
| Kernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] -
Kernel/Containers/hashmap.cpp:101:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 101 | register Kernel/Containers/hashmap.cpp:113:3int : hv= hash (x); | ^~~~~~~~ -
In file included from System/Misc/fast_alloc.hpp:389:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
System/Misc/fast_alloc.hpp:390:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 390 | void* operator new[] (registSystem/Misc/fast_alloc.hpp:39:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
390 | void* operator new[] (registSystem/Misc/fast_alloc.hpp:39:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
System/Misc/fast_alloc.hpp:391:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 391 | void opSystem/Misc/fast_alloc.hpp:40era:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 40 | extern void* fast_alloc (register size_t s); | t ^~~~~~~~ -
Kernel/Containers/array.cpp:39:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 39 | Kernel/Containers/array.cpp:34:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 34 | array_rep<T>::resize (register int m) { | ^~~~~~~~ -
39 | Kernel/Containers/array.cpp:34:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 34 | array_rep<T>::resize (register int m) { | ^~~~~~~~ -
Kernel/Containers/array.cpp:24:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 24 | register int i=8; | ^~~~~~~~ 391 | void operator delete[] (register void* ptr); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:391:7: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch]
-
391Kernel/Containers/array.cpp:34:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 34 | array_rep<T>::resi | void operator delete[] (register void* ptr); | ^ -
./Kernel/Types/string.cpp:26:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 26 | register int i=32; | ^~~~~~~~ -
./Kernel/Types/string.cpp:35:21: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 35 | string_rep::resize (register int m) { | ^~~~~~~~ -
./Kernel/Types/string.cpp:36:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 36 | register int nn= round_length (n); | ^~~~~~~~ -
./Kernel/Types/string.cpp:37:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 37 | register int mm= round_length (m); | ^~~~~~~~ -
./Kernel/Types/string.cpp:40:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 40 | register int i, k= (m<n? m: n); | ^~~~~~~~ -
./Kernel/Types/string.cpp:70:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 70 | register int i; | ^~~~~~~~ -
./Kernel/Types/string.cpp:82:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 82 | register int i, n= rep->n; | ^~~~~~~~ -
./Kernel/Types/string.cpp:83:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 83 | register char* S= rep->a; | ^~~~~~~~ -
./Kernel/Types/string.cpp:93:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 93 | register int i, n= rep->n; | ^~~~~~~~ -
./Kernel/Types/string.cpp:94:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 94 | register char* S= rep->a; | ^~~~~~~~ -
./Kernel/Types/string.cpp:104:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 104 | register int i; | ^~~~~~~~ -
./Kernel/Types/string.cpp:113:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 113 | register int i; | ^~~~~~~~ -
./Kernel/Types/string.cpp:122:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 122 | register int i; | ^~~~~~~~ -
./Kernel/Types/string.cpp:130:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 130 | register int i, n=N(s); | ^~~~~~~~ -
./Kernel/Types/string.cpp:145:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 145 | register int i, k1= N(a), k2=N(b); | ^~~~~~~~ -
./Kernel/Types/string.cpp:153:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 153 | register int i, n1=N(a), n2=N(b); | ^~~~~~~~ -
./Kernel/Types/string.cpp:172:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 172 | register int i; | ^~~~~~~~ -
./Kernel/Types/string.cpp:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 183 | register int i; | ^~~~~~~~ -
./Kernel/Types/string.cpp:202:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 202 | register int i, h=0, n=N(s); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:41:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 41 | extern void fast_free (register voidKernel/Containers/array.cpp:55:3: *warning: ptr, register si'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
System/Misc/fast_alloc.hpp:391:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 391 | void operator delete[Kernel/Containers/array.cpp:101] (registe:3: rwarning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
./Typeset/Table/table.cpp:826:1: warning: 'lazy_table_rep' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 826 | struct lazy_table_rep: public lazy_rep { | ^ -
./Plugins/Metafont/tex_font.cpp:159:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 159 | register int i, j; | ^~~~~~~~ -
./Plugins/Metafont/tex_font.cpp:193:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 193 | register int l=0, i, j, n=N(s); | ^~~~~~~~ -
./Plugins/Metafont/tex_font.cpp:225:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 225 | register int i, j; | ^~~~~~~~ -
./Plugins/Metafont/tex_font.cpp:393:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 393 | register int i; | ^~~~~~~~ -
./Plugins/Metafont/tex_font.cpp:440:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 440 | register int i; | ^~~~~~~~ -
./Plugins/Metafont/tex_font.cpp:517:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 517 | register int i; | ^~~~~~~~ -
./Plugins/Metafont/tex_font.cpp:609:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 609 | register int i, n= N(s); | ^~~~~~~~ -
./Plugins/Metafont/tex_font.cpp:653:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 653 | register int i; | ^~~~~~~~ -
./Plugins/Metafont/tex_font.cpp:701:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 701 | register int c= buf[i]; | ^~~~~~~~ -
./Plugins/Metafont/tex_font.cpp:778:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 778 | register int i; | ^~~~~~~~ -
./Plugins/Metafont/tex_rubber_font.cpp:33:8: warning: 'tex_rubber_font_rep::get_extents' hides overloaded virtual functions [-Woverloaded-virtual] 33 | void get_extents (int c, metric& ex); | ^ -
./Plugins/Metafont/tex_rubber_font.cpp:36:8: warning: 'tex_rubber_font_rep::draw' hides overloaded virtual functions [-Woverloaded-virtual] 36 | void draw (renderer ren, int c, SI x, SI& y, SI& real_y); | ^ -
./System/Language/text_language.cpp:131:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 131 | is_french_punctuation (register char c) { | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:42:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 42 | eam& print (tm_ostream& out); | ^ -
System/Misc/fast_alloc.hpp:38:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 207 | 38 | extern void* safe_malloc (register size_t s); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:41:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 41 | extern void fast_free (register void* ptr, register register int i, n= N(a); | ^~~~~~~~ -
| ^~~~~~~~Kernel/Containers/array.cpp:207:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 207 | register int i, n= N(a); | ^~~~~~~~ -
System/Misc/fast_alloc.hpp:43:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 43 | exter44 warnings generated.
-
./Texmacs/Window/tm_dialogue.cpp:120:1: warning: function 'gcd' is not needed and will not be emitted [-Wunneeded-internal-declaration] 120 | gcd (int i, int j) { | ^~~ -
System/Misc/fast_alloc.hpp:390:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 390 | voIn file included from ./Texmacs/Window/tm_window.cpp:12id* operator new[] (register size_t s); | ^~~~~~~~ -
./Kernel/Types/tree.cpp:212:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 212 | register int i, h=0, n=N(a); | ^~~~~~~~ -
43 warningSystem/Misc/fast_alloc.hpp:391:7: warning: function previously declared with an explicit exception specification redeclared with an implicit exception specification [-Wimplicit-exception-spec-mismatch]
-
./System/Classes/url.cpp:440:19: warning: '&&' within '||' [-Wlogical-op-parentheses] 439 | u->t == protocol || | ~~ 440 | is_concat (u) && is_tmfs_protocol (u[1], protocol); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./Graphics/Fonts/virtual_font.cpp:38:9: warning: 'virtual_font_rep::draw' hides overloaded virtual functions [-Woverloaded-virtual] 38 | void draw (renderer ren, scheme_tree t, SI x, SI y); | ^ -
Kernel/Containers/array.cpp:36:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 24 | regist 36 | register int mm= round_length (m, sizeof (T)); | ^~~~~~~~ -
Kernel/Containers/array.cpp:39:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 39 | register int i,Kernel/Containers/array.cpp:55:3: kwarning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:101:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 101 | regiKernel/Containers/array.cpp:101ster:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:139:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 139 | register int i,Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] k=
-
Kernel/Containers/array.cpp:139:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] | ^~~~~~~~ 139 | registeKernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 147 | regr iisternt i, int i,k= N( l= N(b); | ^~~~~~~~ -
139 | registeKernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 147 | regr iisternt i, int i,k= N( l= N(b); | ^~~~~~~~ -
Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 147 | regisKernel/Containers/array.cpp:165:3ter int i: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | register int i, k= N(aKernel/Containers/array.cpp:156:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
165 | register int i, k= N(aKernel/Containers/array.cpp:156:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:156:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 156 | register int i, l= N(bKernel/Containers/array.cpp:174:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
156 | register int i, l= N(bKernel/Containers/array.cpp:174:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | re 183 | gist register ier int i,nt i, k= N(a) n= N(a, l= ); | ^~~~~~~~ -
Kernel/Containers/array.cpp:183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 183 | register Kernel/Containers/array.cpp:165:3: int i, n= N(a); | ^~~~~~~~ -
Kernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 165 | register int i, k= N(a)Kernel/Containers/array.cpp:199:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register], l= N
-
Kernel/Containers/array.cpp:174:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 174 | registKernel/Containers/array.cpp:207:3: er int k;warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
./Plugins/X11/x_font.cpp:405:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 405 | register int i, n= N(s); | ^~~~~~~~ -
./Plugins/X11/x_font.cpp:408:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 408 | register SI x= 0; | ^~~~~~~~ -
Kernel/Containers/array.cpp:Kernel/Containers/array.cpp:24:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:139:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 139 | register int i, k= Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
139 | register int i, k= Kernel/Containers/array.cpp:147:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:156:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:156:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 156 | register int i, l156= N(b); | ^~~~~~~~ -
| registeKernel/Containers/array.cpp:156:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:174:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 174 | registeKernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
174 | registeKernel/Containers/array.cpp:165:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:174:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 174 | Kernel/Containers/array.cpp:register int183:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
Kernel/Containers/array.cpp:199:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register] 199 | Kernel/Containers/array.cpp:199:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
199 | Kernel/Containers/array.cpp:199:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
-
src/tm_axiom.c:167:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 167 | if (/*wait_type && */(code==NORMAL)) | ~~~~^~~~~~~~