mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-25 15:58:43 +00:00
chore(build): fixes to satisfy clang19 warnings
This commit is contained in:

committed by
Leonid Fedorov

parent
9fd7f342a7
commit
a0bee173f6
@ -25,8 +25,8 @@
|
||||
#include <string>
|
||||
#include <set>
|
||||
#include <clocale>
|
||||
//#include "boost/filesystem/operations.hpp"
|
||||
//#include "boost/filesystem/path.hpp"
|
||||
// #include "boost/filesystem/operations.hpp"
|
||||
// #include "boost/filesystem/path.hpp"
|
||||
using namespace std;
|
||||
|
||||
#include "liboamcpp.h"
|
||||
@ -123,7 +123,7 @@ class ServiceDMLProc : public Service, public Opt
|
||||
return Service::Parent();
|
||||
}
|
||||
|
||||
void log(logging::LOG_TYPE type, const std::string& str)
|
||||
void log(logging::LOG_TYPE /*type*/, const std::string& str)
|
||||
{
|
||||
LoggingID logid(23, 0, 0);
|
||||
Message::Args args;
|
||||
|
Reference in New Issue
Block a user