1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

chore(build): more fixes for the new warnings

This commit is contained in:
Leonid Fedorov
2025-05-09 22:07:22 +00:00
committed by Leonid Fedorov
parent a0bee173f6
commit fc028983b9
6 changed files with 34 additions and 34 deletions

View File

@ -53,23 +53,21 @@
#define DBUG_OFF 1
#endif
#include "sql_plugin.h"
#include "sql_table.h"
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#include "sql_plugin.h"
#include "sql_table.h"
#include "sql_select.h"
#include "item_windowfunc.h"
#include "rpl_rli.h"
#pragma GCC diagnostic pop
#include "mysqld_error.h"
#include "item_windowfunc.h"
#include "sql_cte.h"
#include "tztime.h"
#include "derived_handler.h"
#include "select_handler.h"
#include "rpl_rli.h"
#include "my_dbug.h"
#include "sql_show.h"
#pragma GCC diagnostic pop
// Now clean up the pollution as best we can...
#include "mcsconfig_conflicting_defs_undef.h"