1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2025-11-23 07:00:56 +00:00

Mark needless return(bla) with a macro so we can shut up FlexeLint

This commit is contained in:
Poul-Henning Kamp
2015-01-16 21:32:35 +00:00
parent 449dc16d47
commit db0abbb4c8
4 changed files with 13 additions and 4 deletions

View File

@ -79,7 +79,7 @@ getdst(enum ocx_chan chan)
if (chan == OCX_DEBUG)
return (stdout);
WRONG("Wrong ocx_chan");
return (NULL);
NEEDLESS_RETURN(NULL);
}
static void __match_proto__()