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