Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/textreadmode.c')
-rw-r--r--winsup/cygwin/textreadmode.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/textreadmode.c b/winsup/cygwin/textreadmode.c
index ab6d2cbb2..5425002f2 100644
--- a/winsup/cygwin/textreadmode.c
+++ b/winsup/cygwin/textreadmode.c
@@ -1,6 +1,6 @@
/* textreadmode.c
- Copyright 2004, 2010 Red Hat, Inc.
+ Copyright 2004, 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)))
{
static struct __cygwin_perfile pf[] =
{