mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[poincare/test] Clean warning
Change-Id: Icd5b4c7b0ed94a6ea636740ad5deb0fc77879172
This commit is contained in:
@@ -11,7 +11,7 @@ constexpr Expression::AngleUnit Radian = Expression::AngleUnit::Radian;
|
||||
|
||||
void assert_expression_parses_to(const char * text, float result, Context * context, Expression::AngleUnit angleUnit = Degree) {
|
||||
char buffer_text[100] = {};
|
||||
for (int i=0; i<strlen(text); i++) {
|
||||
for (uint32_t i=0; i<strlen(text); i++) {
|
||||
buffer_text[i] = text[i];
|
||||
if (text[i] == 'E') {
|
||||
buffer_text[i] = Ion::Charset::Exponent;
|
||||
|
||||
Reference in New Issue
Block a user