Wireshark-commits: [Wireshark-commits] rev 51476: /trunk/ /trunk/: dumpcap.c
Date: Thu, 22 Aug 2013 18:49:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51476

User: martink
Date: 2013/08/22 11:49 AM

Log:
 fix compiler warning on Debian wheezy (gcc 4.7.2)
 
 dumpcap.c:193:10: error: ignoring return value of ‘write’, declared with
 attribute warn_unused_result [-Werror=unused-result]
 
 for some reason, using (void)write(fd, ...) did not do the trick

Directory: /trunk/
  Changes    Path          Action
  +2 -1      dumpcap.c     Modified