diff --git a/implot.cpp b/implot.cpp index e6d24a2..fee94bf 100644 --- a/implot.cpp +++ b/implot.cpp @@ -22,6 +22,10 @@ // ImPlot v0.1 WIP +#ifdef _MSC_VER +#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen +#endif + #ifndef IMGUI_DEFINE_MATH_OPERATORS #define IMGUI_DEFINE_MATH_OPERATORS #endif