GENERAL QUESTION - Are warnings such as the following things that should be reported as bugs?
game.h: In member function `BallStateInfo Player::stateInfo(int) const': game.h:77: warning: passing `double' for argument 1 of `QPoint::QPoint(int, int)' game.h:77: warning: passing `double' for argument 2 of `QPoint::QPoint(int, int)' slope.cpp: In member function `virtual void Slope::draw(QPainter&)': slope.cpp:236: warning: passing `double' for argument 1 of `void QPainter::drawPixmap(int, int, const QPixmap&, int, int, int, int)' slope.cpp:236: warning: passing `double' for argument 2 of `void QPainter::drawPixmap(int, int, const QPixmap&, int, int, int, int)' -- [EMAIL PROTECTED] mailing list
