radProcessQueueStopHandlerList declared to return int but doesn't return
Brought to you by:
mteel
In radlib 2.12.0 radProcessQueueStopHandlerList
is declared to return an int
but doesn't actually return anything:
../src/radprocess.c:1007:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
1 warning generated.