1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +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

@@ -28,7 +28,7 @@
#include <values.h>
#endif
#include <boost/thread.hpp>
//#define NDEBUG
// #define NDEBUG
#include <cassert>
#include "dataconvert.h"
@@ -74,6 +74,7 @@ namespace BRM
{
DBRM::DBRM(bool noBRMinit) : fDebug(false)
{
(void)fDebug;
if (!noBRMinit)
{
mst.reset(new MasterSegmentTable());