aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/fwide.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/fwide.c')
-rw-r--r--newlib/libc/stdio/fwide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/fwide.c b/newlib/libc/stdio/fwide.c
index 9b5a3d1..1d24304 100644
--- a/newlib/libc/stdio/fwide.c
+++ b/newlib/libc/stdio/fwide.c
@@ -58,7 +58,7 @@ _fwide_r (struct _reent *ptr,
_newlib_flockfile_start (fp);
if (mode != 0) {
- ORIENT (fp, mode);
+ (void) ORIENT (fp, mode);
}
if (!(fp->_flags & __SORD))
ret = 0;