// sbpp_comms.sp(596) : warning 209: function has explicit 'int' tag but does not return a value // sbpp_comms.sp(607) : warning 209: function has explicit 'int' tag but does not return a value // ...
I am surprised to find that there is no option for this rule to ignore implicit void returns. To my knowledge, it's pretty standard practice not to specify the return type of a function when there is ...