summaryrefslogtreecommitdiff
path: root/test/spass/dfgparser.c
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/dfgparser.c
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/dfgparser.c')
-rw-r--r--test/spass/dfgparser.c2
1 files changed, 1 insertions, 1 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)
{