mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Fixed warnings to compile on gcc with -Wall -pedantic -Wextra
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "tests.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
int main()
|
||||
{
|
||||
#ifdef WINDOWS
|
||||
_CrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF|_CRTDBG_ALLOC_MEM_DF);
|
||||
|
Reference in New Issue
Block a user