tm: remove extra + used before MAXFWD_HEADER_LEN #15
Annotations
40 warnings
build (sid, clang)
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
|
build (sid, clang)
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
|
build (sid, clang)
passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
|
build (sid, clang)
passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
|
build (sid, clang)
variable 'port' is uninitialized when used here [-Wuninitialized]
|
build (sid, clang)
unused variable 'param' [-Wunused-variable]
|
build (sid, clang)
unused variable 'type' [-Wunused-variable]
|
build (sid, clang)
a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
|
build (sid, clang)
'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations]
|
build (sid, clang)
'xmlKeepBlanksDefault' is deprecated [-Wdeprecated-declarations]
|
build (bookworm, clang)
variable 'port' is uninitialized when used here [-Wuninitialized]
|
build (bookworm, clang)
unused variable 'param' [-Wunused-variable]
|
build (bookworm, clang)
unused variable 'type' [-Wunused-variable]
|
build (bookworm, clang)
'snprintf' macro redefined [-Wmacro-redefined]
|
build (bookworm, clang)
'snprintf' macro redefined [-Wmacro-redefined]
|
build (bookworm, clang)
'snprintf' macro redefined [-Wmacro-redefined]
|
build (bookworm, clang)
'snprintf' macro redefined [-Wmacro-redefined]
|
build (bookworm, clang)
'snprintf' macro redefined [-Wmacro-redefined]
|
build (bookworm, clang)
'snprintf' macro redefined [-Wmacro-redefined]
|
build (bookworm, clang)
'snprintf' macro redefined [-Wmacro-redefined]
|
build (sid, gcc)
'__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
|
build (sid, gcc)
'__builtin_strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=]
|
build (sid, gcc)
'port' may be used uninitialized [-Wmaybe-uninitialized]
|
build (sid, gcc)
unused variable 'type' [-Wunused-variable]
|
build (sid, gcc)
unused variable 'param' [-Wunused-variable]
|
build (sid, gcc)
'__builtin_memcpy' forming offset [512, 517] is out of the bounds [0, 512] [-Warray-bounds=]
|
build (sid, gcc)
'__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation]
|
build (sid, gcc)
'__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation]
|
build (sid, gcc)
'__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
|
build (sid, gcc)
'__builtin_strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=]
|
build (bookworm, gcc)
'__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
|
build (bookworm, gcc)
'__builtin_strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=]
|
build (bookworm, gcc)
'port' may be used uninitialized [-Wmaybe-uninitialized]
|
build (bookworm, gcc)
unused variable 'type' [-Wunused-variable]
|
build (bookworm, gcc)
unused variable 'param' [-Wunused-variable]
|
build (bookworm, gcc)
'__builtin_memcpy' forming offset [512, 517] is out of the bounds [0, 512] [-Warray-bounds]
|
build (bookworm, gcc)
'__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation]
|
build (bookworm, gcc)
'__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation]
|
build (bookworm, gcc)
'__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
|
build (bookworm, gcc)
'__builtin_strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=]
|