mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 15:18:46 +00:00
robustify against /W4 on MSVC
This commit is contained in:
@@ -585,7 +585,7 @@ cl = lg; \
|
||||
//- rjf: get string length
|
||||
s = (char *)str.str;
|
||||
sn = (const char *)(str.str + str.size);
|
||||
l = str.size;
|
||||
l = (int)str.size;
|
||||
|
||||
//- rjf: clamp to precision
|
||||
lead[0] = 0;
|
||||
|
||||
Reference in New Issue
Block a user