robustify against /W4 on MSVC

This commit is contained in:
ryanfleury
2022-02-17 14:14:50 -07:00
parent 7b2b00d8da
commit ecfe3314b6
7 changed files with 92 additions and 79 deletions
+1 -1
View File
@@ -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;