+1
−1
+1
−1
+1
−1
Loading
Type casts removing the const attribute are bad because
they hide the fact that the argument remains const.
They also result in a compiler warning (at least with MS-C).
Signed-off-by:
Stefan Weil <weil@mail.berlios.de>