From d8f4500f904b096ccc6379a38e87d2b4219531dd Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 12 Jul 2016 19:32:02 +0200 Subject: [PATCH] fix debuglog ref in test driver + std=c++11 --- src/common/textsplit.cpp | 2 -- src/utils/utmkdefs.mk | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/common/textsplit.cpp b/src/common/textsplit.cpp index c33b5123..e5b6758a 100644 --- a/src/common/textsplit.cpp +++ b/src/common/textsplit.cpp @@ -1165,8 +1165,6 @@ int main(int argc, char **argv) } b1: argc--; argv++; } - DebugLog::getdbl()->setloglevel(DEBDEB1); - DebugLog::setfilename("stderr"); TextSplit::Flags flags = TextSplit::TXTS_NONE; diff --git a/src/utils/utmkdefs.mk b/src/utils/utmkdefs.mk index 6a848149..bf1b8a19 100644 --- a/src/utils/utmkdefs.mk +++ b/src/utils/utmkdefs.mk @@ -1,4 +1,4 @@ -ALL_CXXFLAGS = \ +ALL_CXXFLAGS = -std=c++11 \ -I../aspell \ -I../bincimapmime \ -I../common \