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
MCOL-537 There are no CS-specific warnings building with gcc 8.2.
This commit is contained in:
@ -46,7 +46,10 @@ int main(int argc, char** argv)
|
||||
#ifdef _MSC_VER
|
||||
//FIXME
|
||||
#else
|
||||
#pragma GCC diagnostic ignored "-Wunused-result"
|
||||
setuid( 0 ); // set effective ID to root; ignore return status
|
||||
// Why should we raise privileges if we don't care?
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
setlocale(LC_ALL, "");
|
||||
WriteEngine::Config::initConfigCache(); // load Columnstore.xml config settings
|
||||
|
Reference in New Issue
Block a user