projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
193152d
)
fix compiler warning in unit test
author
Morgan Deters
<mdeters@gmail.com>
Mon, 16 Jul 2012 17:11:26 +0000
(17:11 +0000)
committer
Morgan Deters
<mdeters@gmail.com>
Mon, 16 Jul 2012 17:11:26 +0000
(17:11 +0000)
test/unit/expr/attribute_white.h
patch
|
blob
|
history
diff --git
a/test/unit/expr/attribute_white.h
b/test/unit/expr/attribute_white.h
index c325ed0a75235b83557e703994c9802207b3cbc4..734e38b7b98c7abb5eab3ed6a188c78ddb9ce449 100644
(file)
--- a/
test/unit/expr/attribute_white.h
+++ b/
test/unit/expr/attribute_white.h
@@
-362,7
+362,7
@@
public:
TS_ASSERT(unnamed.hasAttribute(TestFlag5()));
// test two-arg version of hasAttribute()
- bool bb;
+ bool bb
CVC4_UNUSED
;
Debug("boolattr") << "get flag 1 on a (should be F)\n";
TS_ASSERT(a.getAttribute(TestFlag1(), bb));
TS_ASSERT(! bb);