Skip to content

Commit d4d2151

Browse files
committed
Compile Warning
1 parent a1bac79 commit d4d2151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommonHelix.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ class CommonHelix {
245245
written += result;
246246
}
247247
if (len != written)
248-
LOGE_HELIX("Could not write result to out: %d of %d written", written,
249-
len);
248+
LOGE_HELIX("Could not write result to out: %d of %d written", (int)written,
249+
(int)len);
250250
return written;
251251
}
252252
#endif

0 commit comments

Comments
 (0)