ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 43730: /trunk/ui/gtk/ /trunk/ui/gtk/: packet_panes.c

Date: Sun, 15 Jul 2012 20:48:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43730

User: darkjames
Date: 2012/07/15 01:48 PM

Log:
 Fix win* buildbot warnings:
 packet_panes.c(304) : error C2220: warning treated as error - no 'object' file generated
 packet_panes.c(304) : warning C4244: 'function' : conversion from 'gdouble' to 'int', possible loss of data
 packet_panes.c(304) : warning C4244: 'function' : conversion from 'gdouble' to 'int', possible loss of data
 
 Add casts, old code did the same casts so this should be OK.

Directory: /trunk/ui/gtk/
  Changes    Path              Action
  +1 -1      packet_panes.c    Modified