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 21011: /trunk/ /trunk/epan/dissectors/: packet-bctp.c pa

Date: Fri, 09 Mar 2007 13:14:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21011

User: jmayer
Date: 2007/03/09 01:14 PM

Log:
 GCC warning fixes
 epan/dissectors/
 packet-bctp.c:
 	no newline at end of file
 packet-epl.c:
 	C++ style comments are not allowed in ISO C90
 packet-sccp.c:
 	missing initializer
 packet-sccp.h:
 	comma at end of enumerator list
 packet-sctp.c:
 	suggest parentheses around assignment used as truth value
 packet-vnc.c:
 	control reaches end of non-void function
 	pointer targets in passing argument 1 of 'g_strtod' differ in
 		signedness
 	pointer targets in passing argument 3 of 'vnc_client_to_server'
 		differ in signedness
 gtk/
 main.c:
 	C++ style comments are not allowed in ISO C90
 u3.h:
 	function declaration isn't a prototype
 
 Other (trivial) stuff
 packet-sccp.h:
 	Add svn properties

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +2 -1      packet-bctp.c    Modified
  +1 -1      packet-epl.c     Modified
  +1 -1      packet-sccp.c    Modified
  +18 -18    packet-sccp.h    Modified
  +1 -1      packet-sctp.c    Modified
  +6 -3      packet-vnc.c     Modified

Directory: /trunk/gtk/
  Changes    Path          Action
  +3 -3      main.c        Modified
  +1 -1      u3.h          Modified