Fix the following build error:
> [..]/getopt.c:73:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
exchange (argv)
> [..]/getopt.c:98:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
getopt_set_posix_option_order (on_or_off)
> [..]/getopt.c:108:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
_getopt_internal (argc, argv, optstring, longopts, longind, long_only)
> [..]/getopt.c:450:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
hgetopt (argc, argv, optstring)
Fix the following build error:
> ERROR: ./lib/libr_crypto.so.5.9.0 contains undefined symbols:
> 20: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND log2
> ERROR: ./lib/libr_esil.so.5.9.0 contains undefined symbols:
> 37: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND feclearexcept
> 38: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND fetestexcept
> ERROR: ./lib/libr_lang.so.5.9.0 contains undefined symbols:
> 157: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND pow
> 158: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND fmod
> 161: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND hypot
> 162: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND fabs
> 163: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND acos
> 164: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND asin
> 165: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND atan
> 166: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND atan2
> 167: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND cos
> 168: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND exp
> 169: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND log
> 170: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND sin
> 171: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND tan
> 172: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND trunc
> 173: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND cosh
> 174: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND sinh
> 175: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND tanh
> 176: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND acosh
> 177: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND asinh
> 178: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND atanh
> 179: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND expm1
> 180: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND log1p
> 181: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND log2
> 182: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND log10
> 183: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND cbrt
> ERROR: ./lib/libr_reg.so.5.9.0 contains undefined symbols:
> 34: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND fmaxl
Fixes the below error:
> error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
> void dcc_read_localslots_configuration()
Fix the following build error:
> [..]/ischeck.c:148:12: error: parameter 'ihandle' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
Fixes the following build error:
>ERROR: ./lib/libebur128.so contains undefined symbols:
> 8: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND pow
> 9: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND tan
> 12: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND log
> 15: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND sin
> 16: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND cos