summaryrefslogtreecommitdiff
path: root/test/spass
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-09-21 09:41:04 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-09-21 09:41:04 +0000
commit280f002460e9b7df7f48517ada79d06252c1629c (patch)
treed1a229091d82211d90c13e2f22e6be1d4f6bca2d /test/spass
parentfd6bc3111af1e115fd9c8d653056393fe40715ca (diff)
Bizarre use of struct value
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1513 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test/spass')
-rw-r--r--test/spass/dfgparser.c2
-rw-r--r--test/spass/iaparser.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/spass/dfgparser.c b/test/spass/dfgparser.c
index b2bfa5d..54bcea6 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 96274df..e2a6448 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)
{