You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Fix fallthrough compilation warnings
This commit is contained in:
@ -681,7 +681,8 @@ void BatchPrimitiveProcessorJL::getTuples(messageqcpp::ByteStream& in,
|
||||
pos++;
|
||||
break;
|
||||
case 16:
|
||||
cout << __FILE__<< ":" <<__LINE__ << " Fix 16 Bytes ?" << endl;
|
||||
cout << __FILE__<< ":" <<__LINE__ << " Fix 16 Bytes ?" << endl;
|
||||
//fallthrough
|
||||
default:
|
||||
cout << "BPP::getTuples(): bad column width of " << colWidths[j]
|
||||
<< endl;
|
||||
|
Reference in New Issue
Block a user