commit | 705032644fb37a516e5072136c1a891d12e6c90e | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Sat Jun 13 13:05:27 2009 +0200 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Jun 13 14:22:03 2009 +0300 |
tree | c7f63f056610b73baff5a5ac832b5f6958e5cc12 | |
parent | c5b76b381081680633e2e0a91216507430409fb2 [diff] |
Win32: Don't remove const attribute in type casts. 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>