Ticket #14381 (closed optimization: fixed)

Opened 12 months ago

Last modified 12 months ago

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

gtkwindows_msvc_warnings.diff download (14.5 KB) - added by kosenko 12 months ago.

Change History

Changed 12 months ago by kosenko

Changed 12 months ago by PC

  • status changed from new to closed
  • resolution set to fixed

(In [71685]) fix warnings about conversion to bool, closes #14381

Note: See TracTickets for help on using tickets.