mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
enable -Wenum-compare -Wenum-conversion
to make the all headers -std=c++20 clean for those, who need c++20 (some plugins)
This commit is contained in:
@ -132,7 +132,7 @@ int Gcalc_function::count_internal(const char *cur_func, uint set_type,
|
||||
int mask= (c_op & op_not) ? 1:0;
|
||||
uint n_ops= c_op & ~(op_any | op_not | v_mask);
|
||||
uint n_shape= c_op & ~(op_any | op_not | v_mask); /* same as n_ops */
|
||||
value v_state= (value) (c_op & v_mask);
|
||||
op_type v_state= (op_type) (c_op & v_mask);
|
||||
int result= 0;
|
||||
const char *sav_cur_func= cur_func;
|
||||
|
||||
|
Reference in New Issue
Block a user