compiler warning

This commit is contained in:
David Rose 2007-06-27 01:12:45 +00:00
parent f58157c60b
commit a0d8f98452
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ get_next_higher_different_bit(int low_bit) const {
return low_bit;
}
bool is_on = (_word & ((WordType)1 << low_bit));
WordType is_on = (_word & ((WordType)1 << low_bit));
WordType w;
if (is_on) {
// low_bit is 1. Get the next higher 0 bit. To do this, invert