fix compiler warning on Debian wheezy (gcc 4.7.2)
authorMartin Kaiser <wireshark@kaiser.cx>
Thu, 22 Aug 2013 18:49:31 +0000 (18:49 -0000)
committerMartin Kaiser <wireshark@kaiser.cx>
Thu, 22 Aug 2013 18:49:31 +0000 (18:49 -0000)
commit9e7ce8b817dc9b6a26ae3544628aad377d233ac5
treefd93378262678a367f1dacd50d39095569c86f8e
parent347ea71bae842d3da717c8c45a3529f1027dd338
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

svn path=/trunk/; revision=51476
dumpcap.c