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:
authorChristopher Faylor <me@cgf.cx>2000-02-24 06:53:22 +0300
committerChristopher Faylor <me@cgf.cx>2000-02-24 06:53:22 +0300
commit65b959847034190d9af9bb66dac4ba3fa0aed844 (patch)
treee39f1d88fbf5fc74572e00326b9d3e4cdeefe7a2 /winsup/cygwin/localtime.c
parent2528588a759447dfd1e383ace086dc8628eb40db (diff)
Fix final round of gcc warnings relating to unused parameters.
Diffstat (limited to 'winsup/cygwin/localtime.c')
-rw-r--r--winsup/cygwin/localtime.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/localtime.c b/winsup/cygwin/localtime.c
index a22d654e7..47efb16a1 100644
--- a/winsup/cygwin/localtime.c
+++ b/winsup/cygwin/localtime.c
@@ -1560,7 +1560,8 @@ tzset P((void))
/*ARGSUSED*/
static void
-localsub (const time_t * const timep, const long offset,
+localsub (const time_t * const timep,
+ const long offset __attribute__ ((unused)),
struct tm * const tmp)
{
register struct state * sp;