Skip to content

Superfluous variable response_addr_len in function decode_icmp_ipv4#259

Closed
gsnw wants to merge 1 commit intoschweikert:developfrom
gsnw:buildwarn/fping-c_2078-12
Closed

Superfluous variable response_addr_len in function decode_icmp_ipv4#259
gsnw wants to merge 1 commit intoschweikert:developfrom
gsnw:buildwarn/fping-c_2078-12

Conversation

@gsnw
Copy link
Contributor

@gsnw gsnw commented Jul 24, 2022

Fixes the following build warning

fping.c: In function ‘decode_icmp_ipv4’:
fping.c:2078:12: warning: unused parameter ‘response_addr_len’ [-Wunused-parameter]
     size_t response_addr_len,
     ~~~~~~~^~~~~~~~~~~~~~~~~

The variable response_addr_len in function decode_icmp_ipv4 has become redundant with the commit bbe847a

@coveralls
Copy link

Coverage Status

Coverage decreased (-6.6%) to 72.015% when pulling c7f84aa on gsnw:buildwarn/fping-c_2078-12 into 5d3eee1 on schweikert:develop.

@gsnw
Copy link
Contributor Author

gsnw commented Aug 20, 2023

Obsolet fix by another commit

@gsnw gsnw closed this Aug 20, 2023
@gsnw gsnw deleted the buildwarn/fping-c_2078-12 branch August 27, 2023 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants