...can some one look at this?
/home/jpff/Sourceforge/csound/New/csound6/OOps/bus.c: In function ‘chn_k_opcode_init’:
/home/jpff/Sourceforge/csound/New/csound6/OOps/bus.c:1039:27: warning: ‘hints.height’ may be used uninitialized in this function [-Wmaybe-uninitialized]
controlChannelHints_t hints;
^
/home/jpff/Sourceforge/csound/New/csound6/OOps/bus.c:1039:27: warning: ‘hints.width’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jpff/Sourceforge/csound/New/csound6/OOps/bus.c:1039:27: warning: ‘hints.y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jpff/Sourceforge/csound/New/csound6/OOps/bus.c:1039:27: warning: ‘hints.x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
/home/jpff/Sourceforge/csound/New/csound6/OOps/bus.c:551:49: warning: ‘hints.max’ may be used uninitialized in this function [-Wmaybe-uninitialized]
hints.max = (MYFLT) ((int32) MYFLT2LRND(hints.max));
^
/home/jpff/Sourceforge/csound/New/csound6/OOps/bus.c:1039:27: note: ‘hints.max’ was declared here
controlChannelHints_t hints;
^
/home/jpff/Sourceforge/csound/New/csound6/OOps/bus.c:550:49: warning: ‘hints.min’ may be used uninitialized in this function [-Wmaybe-uninitialized]
hints.min = (MYFLT) ((int32) MYFLT2LRND(hints.min));
^
/home/jpff/Sourceforge/csound/New/csound6/OOps/bus.c:1039:27: note: ‘hints.min’ was declared here
controlChannelHints_t hints;
^
==John ffitch
|