projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba20b4a
)
fix a warning in unit test compilation
author
Morgan Deters
<mdeters@gmail.com>
Sat, 14 Jul 2012 20:40:00 +0000
(20:40 +0000)
committer
Morgan Deters
<mdeters@gmail.com>
Sat, 14 Jul 2012 20:40:00 +0000
(20:40 +0000)
test/unit/context/cdmap_black.h
patch
|
blob
|
history
diff --git
a/test/unit/context/cdmap_black.h
b/test/unit/context/cdmap_black.h
index 0358d1edda24a3b1de72c296937df89922a75ae6..b5438ae2e2de18aaf4bfc5cc24b15f19d9ac76b3 100644
(file)
--- a/
test/unit/context/cdmap_black.h
+++ b/
test/unit/context/cdmap_black.h
@@
-945,7
+945,7
@@
public:
{
d_context->push();
- int* x = (int*) d_context->getCMM()->newData(sizeof(int));
+ int* x
CVC4_UNUSED
= (int*) d_context->getCMM()->newData(sizeof(int));
list1 = new(d_context->getCMM()) CDList<myint>(true, d_context);
list2 = new(d_context->getCMM()) CDList<myint>(true, d_context);