diff options
Diffstat (limited to 'winsup/cygwin/miscfuncs.cc')
-rw-r--r-- | winsup/cygwin/miscfuncs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/miscfuncs.cc b/winsup/cygwin/miscfuncs.cc index 531d2b1..18e8bb1 100644 --- a/winsup/cygwin/miscfuncs.cc +++ b/winsup/cygwin/miscfuncs.cc @@ -193,7 +193,7 @@ check_iovec (const struct iovec *iov, int iovcnt, bool forwrite) else if (!forwrite) *p = dummytest (p); else - (void) dummytest (p); + dummytest (p); iov++; iovcnt--; |