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
MCOL-537 There are no CS-specific warnings building with gcc 8.2.
This commit is contained in:
@ -604,7 +604,10 @@ void WESplitterApp::updateWithJobFile(int aIdx)
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
std::string err;
|
||||
#pragma GCC diagnostic ignored "-Wunused-result"
|
||||
// Why do we need this if we don't care about f()'s rc ?
|
||||
setuid(0); //@BUG 4343 set effective userid to root.
|
||||
#pragma GCC diagnostic pop
|
||||
std::cin.sync_with_stdio(false);
|
||||
|
||||
try
|
||||
|
Reference in New Issue
Block a user