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:
@ -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__()
|
||||
|
||||
Reference in New Issue
Block a user