From 61522196c71593da09572fce9af9e0d7dad61bc3 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 23 Apr 2013 09:44:36 +0000 Subject: * Merge in cygwin-64bit-branch. --- winsup/cygwin/textmode.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/textmode.c') diff --git a/winsup/cygwin/textmode.c b/winsup/cygwin/textmode.c index 55c6fb975..320b75453 100644 --- a/winsup/cygwin/textmode.c +++ b/winsup/cygwin/textmode.c @@ -1,6 +1,6 @@ /* binmode.c - Copyright 2000, 2001, 2010 Red Hat, Inc. + Copyright 2000, 2001, 2010, 2013 Red Hat, Inc. This file is part of Cygwin. @@ -14,7 +14,9 @@ details. */ extern int _fmode; void -cygwin_premain0 (int argc, char **argv, struct per_process *myself) +cygwin_premain0 (int argc __attribute__ ((unused)), + char **argv __attribute__ ((unused)), + struct per_process *myself __attribute__ ((unused))) { _fmode &= ~_O_BINARY; _fmode |= _O_TEXT; -- cgit v1.2.3