gcc fixes

This commit is contained in:
gabime
2014-10-25 00:44:02 +03:00
parent 6eaf14191f
commit 8fb32dcb65
4 changed files with 9 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ int main(int argc, char* argv[])
{
const unsigned int howmany = argc <= 1 ? 600000 : atoi(argv[1]);
c11log::set_format("%t");
//c11log::set_format("%t");
auto console = c11log::create<sinks::stdout_sink_st>("reporter");
//console->set_format("[%n %l] %t");
console->set_level(c11log::level::INFO);

View File

@@ -16,7 +16,7 @@ details::fast_oss f(const std::string& what)
oss << what;
return oss;
}
int main_(int, char* [])
int main(int, char* [])
{
auto foss = f("test2");