Hello,
i'm using mysql++ 1.1.17 with gcc 3.2.2 and i get a lot of warnings like
"result1.hh:158: warning: base class `class
const_subscript_container<MysqlRes, MysqlRow, const MysqlRow, unsigned
int, int>' should be explicitly initialized in the copy constructor"
or
"coldata4.hh:11: warning: unused parameter `int dummy'".
Is there a patch planned for these warnings?
Additionally i encountered a ploblem with the line 59 of
define_short.hh: "#define null mysql_null".
This did not work with qt 3.1:
"qt-3.1/include/qgdict.h:203: `mysql_null' is not a member of type
`QString'"
After i commented this line out, it worked fine.
Greetings,
Marc
| Thread |
|---|
| • Warnings | Marc Sturm | 4 Oct |
| • Re: Warnings | Warren Young | 5 Oct |