core system

force strict ISO C++ (-Wpedantic)
TODO: still a lot of variadic macros are not valid ISO C++
This commit is contained in:
wmayer
2019-09-18 01:01:14 +02:00
parent 690df49618
commit 9fa56345cf
88 changed files with 466 additions and 463 deletions

View File

@@ -149,7 +149,7 @@ using namespace boost::program_options;
# include <new>
#endif
FC_LOG_LEVEL_INIT("App",true,true);
FC_LOG_LEVEL_INIT("App",true,true)
//using Base::GetConsole;
using namespace Base;