Skip to content

Commit 3f667f9

Browse files
committed
lib: os: cbprintf: fix different signedness comparison
One of the loop is using int as loop variable but it's being compared against size_t. Some compiler configuration has -Wsign-compare turned on by default which will complain about "comparison of integer expressions of different signedness". So fix it by changing the loop variable to be size_t also. Signed-off-by: Daniel Leung <[email protected]>
1 parent 16c61ca commit 3f667f9

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)