projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f6d60c
)
another signed-ness warning fix for newer GCC
author
Morgan Deters
<mdeters@gmail.com>
Sun, 8 Jul 2012 20:55:11 +0000
(20:55 +0000)
committer
Morgan Deters
<mdeters@gmail.com>
Sun, 8 Jul 2012 20:55:11 +0000
(20:55 +0000)
src/theory/quantifiers/quantifiers_rewriter.cpp
patch
|
blob
|
history
diff --git
a/src/theory/quantifiers/quantifiers_rewriter.cpp
b/src/theory/quantifiers/quantifiers_rewriter.cpp
index 4850d999bd034bd7ce8b2bb7e994817768ae3390..c397e9d0558157960fa4f674240eab8abbbe8005 100644
(file)
--- a/
src/theory/quantifiers/quantifiers_rewriter.cpp
+++ b/
src/theory/quantifiers/quantifiers_rewriter.cpp
@@
-551,7
+551,7
@@
Node QuantifiersRewriter::computeOperation( Node f, int computeOption ){
n = computeCNF( n, args, defs, false );
ipl = Node::null();
}
- if( f[1]==n && args.size()==
long(f[0].getNumChildren()
) ){
+ if( f[1]==n && args.size()==
f[0].getNumChildren(
) ){
return f;
}else{
if( args.empty() ){