From 280f002460e9b7df7f48517ada79d06252c1629c Mon Sep 17 00:00:00 2001 From: xleroy Date: Tue, 21 Sep 2010 09:41:04 +0000 Subject: Bizarre use of struct value git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1513 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/spass/dfgparser.c | 2 +- test/spass/iaparser.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/spass') diff --git a/test/spass/dfgparser.c b/test/spass/dfgparser.c index b2bfa5df..54bcea63 100644 --- a/test/spass/dfgparser.c +++ b/test/spass/dfgparser.c @@ -1259,7 +1259,7 @@ yydestruct (yytype, yyvalue) #endif { /* Pacify ``unused variable'' warnings. */ - (void) yyvalue; + /*(void) yyvalue;*/ switch (yytype) { diff --git a/test/spass/iaparser.c b/test/spass/iaparser.c index 96274dfe..e2a64482 100644 --- a/test/spass/iaparser.c +++ b/test/spass/iaparser.c @@ -732,7 +732,7 @@ yydestruct (yytype, yyvalue) #endif { /* Pacify ``unused variable'' warnings. */ - (void) yyvalue; + /*(void) yyvalue;*/ switch (yytype) { -- cgit