1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2025-01-30 19:08:51 -05:00

Update implot_demo.cpp

This commit is contained in:
Evan Pezent 2020-05-09 09:09:30 -05:00 committed by GitHub
parent 1db64ff209
commit 9c19c20aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@
// SOFTWARE.
// 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