You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Fix fallthrough compilation warnings
This commit is contained in:
@ -384,8 +384,8 @@ float RowEstimator::estimateRowReturnFactor(const BRM::EMEntry& emEntry,
|
||||
bigValue = static_cast<int128_t>(val);
|
||||
break;
|
||||
}
|
||||
/* fall through */
|
||||
}
|
||||
// fallthrough
|
||||
|
||||
case 8:
|
||||
default:
|
||||
@ -430,8 +430,8 @@ float RowEstimator::estimateRowReturnFactor(const BRM::EMEntry& emEntry,
|
||||
bigValue = static_cast<int128_t>(val);
|
||||
break;
|
||||
}
|
||||
/* fall through */
|
||||
}
|
||||
// fallthrough
|
||||
|
||||
case 8:
|
||||
default:
|
||||
|
Reference in New Issue
Block a user