You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
Fix clang 16 warnings for comfort build
This commit is contained in:
@@ -1131,7 +1131,7 @@ bool mysql_str_to_time(const string& input, Time& output, long decimals)
|
||||
output.minute = 59;
|
||||
output.second = 59;
|
||||
output.msecond = exp10(decimals) - 1;
|
||||
output.is_neg = 1;
|
||||
output.is_neg = -1;
|
||||
}
|
||||
// If neither of the above match then we return a 0 time
|
||||
else
|
||||
|
Reference in New Issue
Block a user