diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-13 14:45:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-13 14:45:30 (GMT) |
commit | 68c3550faa5793a0445c457d65b2f491cee559df (patch) | |
tree | a70725db48ebdf08329f00868199aeb2880abb23 /Source/CTest/Curl/getdate.c | |
parent | 3f75f0ea1e0404951797c2918d93465b9c612ea0 (diff) | |
download | CMake-68c3550faa5793a0445c457d65b2f491cee559df.zip CMake-68c3550faa5793a0445c457d65b2f491cee559df.tar.gz CMake-68c3550faa5793a0445c457d65b2f491cee559df.tar.bz2 |
COMP: Remove warnings on borland build
Diffstat (limited to 'Source/CTest/Curl/getdate.c')
-rw-r--r-- | Source/CTest/Curl/getdate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/Curl/getdate.c b/Source/CTest/Curl/getdate.c index 240d0a5..fe868a8 100644 --- a/Source/CTest/Curl/getdate.c +++ b/Source/CTest/Curl/getdate.c @@ -428,6 +428,7 @@ union yyalloc Stack = &yyptr->Stack; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ + (void)yyptr; \ } \ while (0) @@ -1767,6 +1768,7 @@ yyerrlab: #endif /* YYERROR_VERBOSE */ yyerror ("syntax error"); } + (void)yynerrs; |