Skip to content

Commit

Permalink
feedone: Add noreturn attribute to a function
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Elie committed Feb 11, 2024
1 parent 3b9e318 commit aed0f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/feedone.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SafeFlush(FILE *F)
}


static void
__attribute__((__noreturn__)) static void
SendQuit(int x)
{
char buff[BUFSIZ];
Expand Down

0 comments on commit aed0f8c

Please sign in to comment.