Ticket #14381 (closed optimization: fixed)
Fix some msvc warnings in wxGTK
| Reported by: | kosenko | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxGTK | Version: | 2.9-svn |
| Keywords: | Cc: | ||
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
warning C4800: 'gboolean' : forcing value to bool 'true' or 'false' (performance warning)
warning C4800: 'guint' : forcing value to bool 'true' or 'false' (performance warning)
warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

