[1/4] kernel32: Suppress constness warnings for tigetstr parameter.

Andrew Nguyen anguyen at codeweavers.com
Wed May 18 07:17:44 CDT 2011


While many systems make tigetstr take a const char *, this isn't
guaranteed by the xcurses specification. The old version of the
modified lines generate a warning on my system, where ncurses is
configured without --enable-const.

---
 dlls/kernel32/term.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-kernel32-Suppress-constness-warnings-for-tigetstr-para.txt
Type: text/x-patch
Size: 1020 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110518/0772d87b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110518/0772d87b/attachment.pgp>


More information about the wine-patches mailing list