Fixed some gcc warnings.

This commit is contained in:
jbeder
2008-09-03 22:19:27 +00:00
parent 7f2c3591e3
commit 859ac5e520
3 changed files with 6 additions and 4 deletions

View File

@@ -3,11 +3,13 @@
#include <fstream>
#include <iostream>
#ifdef _MSC_VER
#ifdef _DEBUG
#pragma comment(lib, "yamlcppd.lib")
#else
#pragma comment(lib, "yamlcpp.lib")
#endif
#endif // _DEBUG
#endif // _MSC_VER
void run()
{