GCC warnings). Interestingly, these don't seem to change any regression
results.
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@34
e59a4935-1847-0410-ae03-
e826735625c1
//number of bits in unsigned long. The variable "copied" keeps
//track of the number of chunks copied so far
- while(copied + sizeof(unsigned long)<<3 < width){
+ while(copied + (sizeof(unsigned long)<<3) < width){
CONSTANTBV::BitVector_Chunk_Store(bv, sizeof(unsigned long)<<3,copied,c_val);
bvconst = bvconst >> (sizeof(unsigned long) << 3);
c_val = (0x00000000ffffffffLL) & bvconst;
//cout << "debugging: " << ss;
size_t pos = ss.find('_',0);
- if(!(0< pos < ss.size()))
+ if(!((0 < pos) && (pos < ss.size())))
continue;
//get the associated length