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/automode.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/automode.c') diff --git a/winsup/cygwin/automode.c b/winsup/cygwin/automode.c index f047d4724..6951bfd6b 100644 --- a/winsup/cygwin/automode.c +++ b/winsup/cygwin/automode.c @@ -1,6 +1,6 @@ /* automode.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))) { static struct __cygwin_perfile pf[] = { -- cgit v1.2.3