Suppress fopen warnings

This commit is contained in:
2016-09-08 20:12:19 -05:00
parent a97b09cca0
commit ad90007bdc
+5
View File
@@ -11,6 +11,11 @@
#include <ox/std/strops.hpp>
#include <ox/fs/filesystem.hpp>
// suppress warnings about using fopen
#ifdef _MSC_VER
#pragma warning(disable:4996)
#endif
using namespace ox::fs;
const static auto oxfstoolVersion = "1.0.0";