mirror of
https://github.com/gwm17/implot.git
synced 2024-11-23 02:38:53 -05:00
warning fixes, removed conversions from float to double and back. removed static text buffers, use of secure sprintf functions on windows
This commit is contained in:
parent
c6cc4082ab
commit
ea05677a7c
|
@ -55,7 +55,7 @@ You can read releases logs https://github.com/epezent/implot/releases for more d
|
|||
|
||||
#include "implot.h"
|
||||
#include "imgui_internal.h"
|
||||
#include <cmath>
|
||||
#include <cmath> // for 'float' overloads of elementary functions (sin,cos,etc)
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define sprintf sprintf_s
|
||||
|
|
Loading…
Reference in New Issue
Block a user