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
chore(build): more fixes for the new warnings
This commit is contained in:
committed by
Leonid Fedorov
parent
a0bee173f6
commit
fc028983b9
@@ -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());
|
||||
|
Reference in New Issue
Block a user