Fix MSVC warnings C4324, C4389, C4456, and C4459

Part of #66537.
This commit is contained in:
Rémi Verschelde
2022-09-28 16:43:09 +02:00
parent 14e1f36e61
commit d8268aae30
9 changed files with 111 additions and 11 deletions

View File

@@ -43,6 +43,8 @@
#include "modules/svg/image_loader_svg.h"
#endif
static const int default_font_size = 16;
static float scale = 1.0;
static const int default_margin = 4;