22 Sep
2011
22 Sep
'11
8:39 a.m.
Hi, noticed this compiler warning which looks like invalid code: src/gradient-drag.cpp:1894:69: warning: variable 'p' is uninitialized when used within its own initialization [-Wuninitialized]
`bzr blame` points to - 10582.1.11 tweenk.
This is the line: Geom::Point p = ls.pointAt(ls.nearestPoint(dragger->point + p));
--
- Campbell