Skip to content

tests: Mark tftpd timer function as noreturn - #13534

Closed
danielgustafsson wants to merge 1 commit into
curl:masterfrom
danielgustafsson:dg-noreturn
Closed

tests: Mark tftpd timer function as noreturn#13534
danielgustafsson wants to merge 1 commit into
curl:masterfrom
danielgustafsson:dg-noreturn

Conversation

@danielgustafsson

Copy link
Copy Markdown
Member

This avoids the below compiler warning:

tftpd.c:280:1: warning: function 'timer' could be declared with attribute 'noreturn' [-Wmissing-noreturn]

This avoids the below compiler warning:

tftpd.c:280:1: warning: function 'timer' could be declared with
    attribute 'noreturn' [-Wmissing-noreturn]

Closes: #xxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants