aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-12-12 23:20:29 +0100
committerHarald Welte <laforge@gnumonks.org>2018-12-23 10:38:23 +0000
commita4f562240863393fb6c1dc3b9261add253794ddf (patch)
treee85eb35326d310576dc56c667840270072267a1c /include
parent3379250b518dd236ec38dc999f40205b9c3fab8b (diff)
osmo-bts-trx/loops.[ch]: Make functions "void" if they always return 0
The concept of a return value only makes sense if there's actually ever something non-constant to return, and if the caller actually processes that return value. If we always "return 0" and ignore it on the caller side, functions should be of "void" type. Change-Id: I3575a2cef75f3fd4c3f95eddb40719d28a055b54 Related: OS#1622, OS#1851
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions