2022-06-26 17:38 ftp://ftp.de.debian.org/debian/pool/main/c/cln/cln_1.3.6.orig.tar.bz2 cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j2 platform: Linux-5.4.0-110-generic-x86_64-with-glibc2.29 python: 3.8.10 client-version: 1.3.24 compiler: g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 cppcheck: head 2.8 head-info: 242afc3 (2022-06-25 21:42:55 +0200) count: 584 583 elapsed-time: 5.8 5.6 head-timing-info: Overall time: 0s old-timing-info: Overall time: 0s head results: cln-1.3.6/autoconf/floatparam.c:82:1: style: Parameter 'x' can be declared as pointer to const [constParameter] cln-1.3.6/autoconf/floatparam.c:82:1: style: Parameter 'y' can be declared as pointer to const [constParameter] cln-1.3.6/autoconf/floatparam.c:83:1: style: Parameter 'x' can be declared as pointer to const [constParameter] cln-1.3.6/autoconf/floatparam.c:83:1: style: Parameter 'y' can be declared as pointer to const [constParameter] cln-1.3.6/autoconf/floatparam.c:82:1: style: Variable 'mant_bits' is assigned a value that is never used. [unreadVariable] cln-1.3.6/autoconf/floatparam.c:83:1: style: Variable 'mant_bits' is assigned a value that is never used. [unreadVariable] cln-1.3.6/benchmarks/timebench1.cc:78:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:74:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:78:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:88:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:84:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:88:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:97:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:94:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:97:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:106:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:103:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:106:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:115:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:112:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:115:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:124:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:121:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:124:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:133:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:130:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:133:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:142:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:139:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:142:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:151:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:148:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:151:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:160:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:157:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:160:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:169:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:166:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:169:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:178:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:175:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:178:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:187:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:184:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:187:15: note: Shadow variable cln-1.3.6/benchmarks/timebench1.cc:196:15: style: Local variable 'p' shadows outer variable [shadowVariable] cln-1.3.6/benchmarks/timebench1.cc:193:9: note: Shadowed declaration cln-1.3.6/benchmarks/timebench1.cc:196:15: note: Shadow variable cln-1.3.6/autoconf/intparam.c:492:3: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] cln-1.3.6/autoconf/intparam.c:493:3: portability:inconclusive: Casting from double * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] cln-1.3.6/autoconf/intparam.c:485:3: error: Subtracting pointers that point to different objects [comparePointers] cln-1.3.6/autoconf/intparam.c:485:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:485:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:485:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:485:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:485:3: note: Subtracting pointers that point to different objects cln-1.3.6/autoconf/intparam.c:486:3: error: Subtracting pointers that point to different objects [comparePointers] cln-1.3.6/autoconf/intparam.c:486:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:486:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:486:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:486:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:486:3: note: Subtracting pointers that point to different objects cln-1.3.6/autoconf/intparam.c:487:3: error: Subtracting pointers that point to different objects [comparePointers] cln-1.3.6/autoconf/intparam.c:487:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:487:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:487:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:487:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:487:3: note: Subtracting pointers that point to different objects cln-1.3.6/autoconf/intparam.c:488:3: error: Subtracting pointers that point to different objects [comparePointers] cln-1.3.6/autoconf/intparam.c:488:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:488:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:488:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:488:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:488:3: note: Subtracting pointers that point to different objects cln-1.3.6/autoconf/intparam.c:492:3: error: Subtracting pointers that point to different objects [comparePointers] cln-1.3.6/autoconf/intparam.c:492:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:492:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:492:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:492:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:492:3: note: Subtracting pointers that point to different objects cln-1.3.6/autoconf/intparam.c:493:3: error: Subtracting pointers that point to different objects [comparePointers] cln-1.3.6/autoconf/intparam.c:493:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:493:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:493:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:493:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:493:3: note: Subtracting pointers that point to different objects cln-1.3.6/autoconf/intparam.c:494:3: error: Subtracting pointers that point to different objects [comparePointers] cln-1.3.6/autoconf/intparam.c:494:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:494:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:494:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:494:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:494:3: note: Subtracting pointers that point to different objects cln-1.3.6/autoconf/intparam.c:495:3: error: Subtracting pointers that point to different objects [comparePointers] cln-1.3.6/autoconf/intparam.c:495:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:495:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:495:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:495:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:495:3: note: Subtracting pointers that point to different objects cln-1.3.6/autoconf/intparam.c:496:3: error: Subtracting pointers that point to different objects [comparePointers] cln-1.3.6/autoconf/intparam.c:496:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:496:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:496:3: note: Variable declared here. cln-1.3.6/autoconf/intparam.c:496:3: note: Address of variable taken here. cln-1.3.6/autoconf/intparam.c:496:3: note: Subtracting pointers that point to different objects cln-1.3.6/examples/contfrac.cc:14:27: style: Parameter 'argv' can be declared as const array [constParameter] cln-1.3.6/examples/fibonacci.cc:71:9: style: Variable 'u' can be declared as reference to const [constVariable] cln-1.3.6/examples/lucaslehmer.cc:70:23: style: Variable 'isprime' is reassigned a value before the old one has been used. [redundantAssignment] cln-1.3.6/examples/lucaslehmer.cc:69:23: note: isprime is assigned cln-1.3.6/examples/lucaslehmer.cc:70:23: note: isprime is overwritten cln-1.3.6/examples/lucaslehmer.cc:71:23: style: Variable 'isprime' is reassigned a value before the old one has been used. [redundantAssignment] cln-1.3.6/examples/lucaslehmer.cc:70:23: note: isprime is assigned cln-1.3.6/examples/lucaslehmer.cc:71:23: note: isprime is overwritten cln-1.3.6/src/base/cl_alloca.cc:20:4: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/cl_debug.cc:39:25: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/digitseq/cl_2DS_div.cc:144:7: error: syntax error [syntaxError] cln-1.3.6/src/base/digitseq/cl_DS_div.cc:227:50: error: syntax error: -) [syntaxError] cln-1.3.6/src/base/digitseq/cl_DS_mul.cc:113:32: error: syntax error [syntaxError] cln-1.3.6/src/base/digitseq/cl_DS_recip.cc:91:38: error: syntax error [syntaxError] cln-1.3.6/src/base/digitseq/cl_DS_recipsqrt.cc:85:33: error: syntax error [syntaxError] cln-1.3.6/src/base/digitseq/cl_DS_sqrt.cc:122:42: error: syntax error: -) [syntaxError] cln-1.3.6/src/base/digitseq/cl_asm_hppa_.cc:59:26: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] cln-1.3.6/src/base/digitseq/cl_asm_arm_.cc:80:0: error: failed to expand 'GLABEL', Invalid ## usage when expanding 'GLABEL': Unexpected token ':' [preprocessorErrorDirective] cln-1.3.6/src/base/digitseq/cl_asm_m68k_.cc:93:54: error: The code contains unhandled character(s) (character code=195). Neither unicode nor extended ascii is supported. [syntaxError] cln-1.3.6/src/base/digitseq/cl_asm_i386_.cc:80:13: error: syntax error: . text [syntaxError] cln-1.3.6/src/base/digitseq/cl_asm_mips_.cc:30:9: error: syntax error: . text [syntaxError] cln-1.3.6/src/base/digitseq/cl_asm_sparc64_.cc:40:9: error: syntax error: . seg [syntaxError] cln-1.3.6/src/base/digitseq/cl_asm_sparc_.cc:39:9: error: syntax error: . seg [syntaxError] cln-1.3.6/src/base/hash/cl_rcpointer2_hashweak_rcpointer.cc:18:4: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/hash/cl_rcpointer2_hashweak_rcpointer.cc:38:10: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/hash/cl_rcpointer2_hashweak_rcpointer.cc:43:3: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/hash/cl_rcpointer_hashweak_rcpointer.cc:18:4: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/hash/cl_rcpointer_hashweak_rcpointer.cc:38:10: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/hash/cl_rcpointer_hashweak_rcpointer.cc:43:3: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/low/cl_low_isqrt.cc:42:38: error: syntax error [syntaxError] cln-1.3.6/src/base/low/cl_low_isqrt2.cc:42:42: error: syntax error [syntaxError] cln-1.3.6/src/base/random/cl_UL_random.cc:47:35: error: syntax error [syntaxError] cln-1.3.6/src/base/random/cl_random_from.cc:100:0: error: #error "Must implement random_state constructor!" [preprocessorErrorDirective] cln-1.3.6/src/base/ring/cl_no_ring.cc:144:4: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/ring/cl_no_ring.cc:58:9: style: Local variable 'R' shadows outer argument [shadowArgument] cln-1.3.6/src/base/ring/cl_no_ring.cc:56:56: note: Shadowed declaration cln-1.3.6/src/base/ring/cl_no_ring.cc:58:9: note: Shadow variable cln-1.3.6/src/base/ring/cl_no_ring.cc:64:9: style: Local variable 'R' shadows outer argument [shadowArgument] cln-1.3.6/src/base/ring/cl_no_ring.cc:62:56: note: Shadowed declaration cln-1.3.6/src/base/ring/cl_no_ring.cc:64:9: note: Shadow variable cln-1.3.6/src/base/ring/cl_no_ring.cc:70:9: style: Local variable 'R' shadows outer argument [shadowArgument] cln-1.3.6/src/base/ring/cl_no_ring.cc:68:56: note: Shadowed declaration cln-1.3.6/src/base/ring/cl_no_ring.cc:70:9: note: Shadow variable cln-1.3.6/src/base/ring/cl_no_ring.cc:76:9: style: Local variable 'R' shadows outer argument [shadowArgument] cln-1.3.6/src/base/ring/cl_no_ring.cc:74:41: note: Shadowed declaration cln-1.3.6/src/base/ring/cl_no_ring.cc:76:9: note: Shadow variable cln-1.3.6/src/base/ring/cl_no_ring.cc:77:9: style: Local variable 'stream' shadows outer argument [shadowArgument] cln-1.3.6/src/base/ring/cl_no_ring.cc:74:58: note: Shadowed declaration cln-1.3.6/src/base/ring/cl_no_ring.cc:77:9: note: Shadow variable cln-1.3.6/src/base/ring/cl_no_ring.cc:82:9: style: Local variable 'R' shadows outer argument [shadowArgument] cln-1.3.6/src/base/ring/cl_no_ring.cc:80:40: note: Shadowed declaration cln-1.3.6/src/base/ring/cl_no_ring.cc:82:9: note: Shadow variable cln-1.3.6/src/base/ring/cl_no_ring.cc:89:9: style: Local variable 'R' shadows outer argument [shadowArgument] cln-1.3.6/src/base/ring/cl_no_ring.cc:87:40: note: Shadowed declaration cln-1.3.6/src/base/ring/cl_no_ring.cc:89:9: note: Shadow variable cln-1.3.6/src/base/ring/cl_no_ring.cc:99:9: style: Local variable 'R' shadows outer argument [shadowArgument] cln-1.3.6/src/base/ring/cl_no_ring.cc:97:61: note: Shadowed declaration cln-1.3.6/src/base/ring/cl_no_ring.cc:99:9: note: Shadow variable cln-1.3.6/src/base/ring/cl_no_ring.cc:107:9: style: Local variable 'R' shadows outer argument [shadowArgument] cln-1.3.6/src/base/ring/cl_no_ring.cc:105:61: note: Shadowed declaration cln-1.3.6/src/base/ring/cl_no_ring.cc:107:9: note: Shadow variable cln-1.3.6/src/base/ring/cl_no_ring.cc:149:9: style: Local variable 'pointer' shadows outer argument [shadowArgument] cln-1.3.6/src/base/ring/cl_no_ring.cc:147:41: note: Shadowed declaration cln-1.3.6/src/base/ring/cl_no_ring.cc:149:9: note: Shadow variable cln-1.3.6/src/base/string/cl_spushstring_append.cc:21:25: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/string/cl_spushstring_push.cc:20:25: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/string/cl_sstring.cc:18:22: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/string/cl_st_debug.cc:47:1: error: syntax error [syntaxError] cln-1.3.6/src/base/string/cl_st_make0.cc:19:28: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/string/cl_st_make1.cc:20:28: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/string/cl_st_make2.cc:19:28: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/base/string/input/cl_st_gettoken.cc:41:2: style:inconclusive: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode] cln-1.3.6/src/base/symbol/cl_sy_hashcode.cc:23:2: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] cln-1.3.6/src/base/symbol/cl_symbol.cc:83:20: performance:inconclusive: Technically the member function 'cln::global_symbol_table::get' can be static (but you may consider moving to unnamed namespace). [functionStatic] cln-1.3.6/src/base/symbol/cl_symbol.cc:88:14: performance:inconclusive: Technically the member function 'cln::global_symbol_table::put' can be static (but you may consider moving to unnamed namespace). [functionStatic] cln-1.3.6/src/complex/algebraic/cl_C_abs_aux.cc:16:22: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/complex/algebraic/cl_R_hypot.cc:84:4: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP2 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/complex/elem/division/cl_C_recip.cc:106:32: error: syntax error [syntaxError] cln-1.3.6/src/complex/input/cl_N_read.cc:249:3: error: There is an unknown macro here somewhere. Configuration is required. If floatformatcase is a macro then please configure it. [unknownMacro] cln-1.3.6/src/complex/misc/cl_C_class.cc:18:4: style: C-style pointer casting [cstyleCast] cln-1.3.6/src/complex/misc/cl_C_debug.cc:23:1: error: syntax error [syntaxError] cln-1.3.6/src/complex/ring/cl_C_ring.cc:114:10: error: syntax error [syntaxError] cln-1.3.6/src/complex/transcendental/cl_C_expt_C.cc:92:9: style: Local variable 'x' shadows outer argument [shadowArgument] cln-1.3.6/src/complex/transcendental/cl_C_expt_C.cc:65:39: note: Shadowed declaration cln-1.3.6/src/complex/transcendental/cl_C_expt_C.cc:92:9: note: Shadow variable cln-1.3.6/src/float/algebraic/cl_F_sqrt.cc:21:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP1 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/conv/cl_DF_to_FF.cc:46:42: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_DF_to_LF.cc:30:50: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_DF_to_SF.cc:46:39: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_DF_to_float.cc:46:38: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_FF_to_DF.cc:23:41: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_FF_to_LF.cc:29:49: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_FF_to_SF.cc:23:38: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_FF_to_double.cc:23:37: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_LF_to_DF.cc:26:41: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_LF_to_FF.cc:26:41: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_LF_to_SF.cc:26:38: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_LF_to_double.cc:26:37: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_LF_to_float.cc:26:37: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_SF_to_DF.cc:23:41: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_SF_to_FF.cc:23:41: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_SF_to_LF.cc:29:49: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_SF_to_double.cc:23:37: error: syntax error [syntaxError] cln-1.3.6/src/float/conv/cl_SF_to_float.cc:23:37: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/algebraic/cl_DF_sqrt.cc:89:41: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/conv/cl_DF_from_double.cc:16:44: style: union member 'Anonymous0::machine_double' is never used. [unusedStructMember] cln-1.3.6/src/float/dfloat/conv/cl_I_to_double.cc:29:37: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/elem/cl_DF_div.cc:72:66: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/elem/cl_DF_from_I.cc:41:37: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/elem/cl_DF_minusp.cc:16:16: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/dfloat/elem/cl_DF_mul.cc:73:44: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/elem/cl_DF_plus.cc:146:44: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/elem/cl_DF_plusp.cc:20:17: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/dfloat/elem/cl_DF_scale.cc:32:41: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/elem/cl_DF_scale_I.cc:33:41: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/elem/cl_DF_to_I.cc:39:41: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/elem/cl_DF_zerop.cc:16:16: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/dfloat/misc/cl_DF_debug.cc:23:1: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/misc/cl_DF_decode.cc:36:14: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/misc/cl_DF_digits.cc:16:17: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/dfloat/misc/cl_DF_eqhashcode.cc:28:36: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/misc/cl_DF_exponent.cc:16:17: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/dfloat/misc/cl_DF_idecode.cc:36:14: error: syntax error [syntaxError] cln-1.3.6/src/float/dfloat/misc/cl_DF_precision.cc:19:18: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/dfloat/misc/cl_DF_sign.cc:19:24: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/dfloat/misc/cl_DF_signum.cc:20:24: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/division/cl_F_ceil1.cc:21:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP1 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/division/cl_F_fceil1.cc:21:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP1 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/division/cl_F_ffloor1.cc:21:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP1 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/division/cl_F_floor1.cc:21:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP1 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/division/cl_F_fround1.cc:21:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP1 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/division/cl_F_ftrunc1.cc:21:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP1 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/division/cl_F_round1.cc:21:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP1 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/division/cl_F_trunc1.cc:21:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP1 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/elem/cl_F_RA_div.cc:27:2: error: There is an unknown macro here somewhere. Configuration is required. If floatcase is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/elem/cl_F_compare.cc:22:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP2 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/elem/cl_F_div.cc:25:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP2 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/elem/cl_F_minus.cc:25:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP2 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/elem/cl_F_mul.cc:25:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP2 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/elem/cl_F_plus.cc:25:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP2 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/elem/cl_F_recip.cc:21:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP1 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/elem/cl_F_square.cc:21:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP1 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/elem/cl_F_uminus.cc:22:1: error: There is an unknown macro here somewhere. Configuration is required. If GEN_F_OP1 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/elem/cl_RA_F_div.cc:28:2: error: There is an unknown macro here somewhere. Configuration is required. If floatcase is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/ffloat/algebraic/cl_FF_sqrt.cc:38:40: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/conv/cl_FF_from_float.cc:15:43: style: union member 'Anonymous0::machine_float' is never used. [unusedStructMember] cln-1.3.6/src/float/ffloat/conv/cl_I_to_float.cc:29:37: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/elem/cl_FF_div.cc:59:65: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/elem/cl_FF_from_I.cc:41:37: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/elem/cl_FF_minusp.cc:16:16: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/ffloat/elem/cl_FF_mul.cc:54:43: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/elem/cl_FF_plus.cc:55:43: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/elem/cl_FF_plusp.cc:20:17: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/ffloat/elem/cl_FF_scale.cc:27:40: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/elem/cl_FF_scale_I.cc:28:40: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/elem/cl_FF_to_I.cc:26:40: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/elem/cl_FF_zerop.cc:16:16: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/ffloat/misc/cl_FF_debug.cc:23:1: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/misc/cl_FF_decode.cc:24:13: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/misc/cl_FF_digits.cc:16:17: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/ffloat/misc/cl_FF_eqhashcode.cc:22:35: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/misc/cl_FF_exponent.cc:16:17: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/ffloat/misc/cl_FF_idecode.cc:24:13: error: syntax error [syntaxError] cln-1.3.6/src/float/ffloat/misc/cl_FF_precision.cc:19:18: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/ffloat/misc/cl_FF_sign.cc:19:24: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/ffloat/misc/cl_FF_signum.cc:20:24: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/input/cl_F_read.cc:160:3: error: There is an unknown macro here somewhere. Configuration is required. If floatformatcase is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/algebraic/cl_LF_sqrt.cc:46:39: error: syntax error [syntaxError] cln-1.3.6/src/float/lfloat/division/cl_LF_fceil.cc:19:24: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/elem/cl_LF_1plus.cc:73:41: error: syntax error [syntaxError] cln-1.3.6/src/float/lfloat/elem/cl_LF_2minus.cc:17:3: error: There is an unknown macro here somewhere. Configuration is required. If GEN_LF_OP2 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/elem/cl_LF_2plus.cc:17:3: error: There is an unknown macro here somewhere. Configuration is required. If GEN_LF_OP2 is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/elem/cl_LF_I_div.cc:47:34: error: syntax error [syntaxError] cln-1.3.6/src/float/lfloat/elem/cl_LF_I_mul.cc:42:34: error: syntax error [syntaxError] cln-1.3.6/src/float/lfloat/elem/cl_LF_compare.cc:50:38: error: There is an unknown macro here somewhere. Configuration is required. If arrayMSDptr is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/elem/cl_LF_div.cc:83:39: error: syntax error [syntaxError] cln-1.3.6/src/float/lfloat/elem/cl_LF_ffloor.cc:19:24: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/elem/cl_LF_from_I.cc:52:39: error: syntax error [syntaxError] cln-1.3.6/src/float/lfloat/elem/cl_LF_minusp.cc:16:16: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/elem/cl_LF_mul.cc:72:30: error: syntax error [syntaxError] cln-1.3.6/src/float/lfloat/elem/cl_LF_plusp.cc:21:17: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/elem/cl_LF_to_I.cc:34:36: error: syntax error [syntaxError] cln-1.3.6/src/float/lfloat/elem/cl_LF_square.cc:51:36: error: syntax error [syntaxError] cln-1.3.6/src/float/lfloat/elem/cl_LF_zerop.cc:16:16: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/misc/cl_LF_debug.cc:23:1: error: syntax error [syntaxError] cln-1.3.6/src/float/lfloat/misc/cl_LF_decode.cc:26:13: error: syntax error [syntaxError] cln-1.3.6/src/float/lfloat/misc/cl_LF_digits.cc:16:17: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/misc/cl_LF_eqhashcode.cc:23:35: error: syntax error [syntaxError] cln-1.3.6/src/float/lfloat/misc/cl_LF_exponent.cc:16:17: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/misc/cl_LF_idecode.cc:18:35: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/misc/cl_LF_precision.cc:19:18: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/misc/cl_LF_sign.cc:20:24: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/lfloat/misc/cl_LF_signum.cc:21:24: error: There is an unknown macro here somewhere. Configuration is required. If CL_INLINE2_DECL is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/misc/cl_F_abs.cc:29:2: error: There is an unknown macro here somewhere. Configuration is required. If floatcase is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/misc/cl_F_decode.cc:29:13: error: syntax error [syntaxError] cln-1.3.6/src/float/misc/cl_F_extendsqrt.cc:30:2: error: There is an unknown macro here somewhere. Configuration is required. If floatcase is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/misc/cl_F_shortenrel.cc:41:2: error: There is an unknown macro here somewhere. Configuration is required. If floatformatcase is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/output/cl_F_dprint.cc:466:5: error: There is an unknown macro here somewhere. Configuration is required. If floatformatcase is a macro then please configure it. [unknownMacro] cln-1.3.6/src/float/random/cl_F_random.cc:25:31: error: syntax error [syntaxError] cln-1.3.6/src/float/sfloat/algebraic/cl_SF_sqrt.cc:37:40: error: syntax error [syntaxError] cln-1.3.6/src/float/sfloat/elem/cl_SF_div.cc:45:65: error: syntax error [syntaxError] cln-1.3.6/src/float/sfloat/elem/cl_SF_from_I.cc:40:37: error: syntax error [syntaxError] cln-1.3.6/src/float/sfloat/elem/cl_SF_fround.cc:24:16: style: Condition 'uexp