updated example makefiles

This commit is contained in:
gabime
2014-10-14 05:16:16 +03:00
parent 391bd396ef
commit beca913851
3 changed files with 32 additions and 15 deletions

View File

@@ -9,7 +9,7 @@
#include "c11log/sinks/file_sinks.h"
using namespace std;
int main2(int argc, char* argv[])
int main(int, char* [])
{
auto console = c11log::factory::stdout_logger();