Skip to content

Commit

Permalink
Fix warning unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Sep 6, 2022
1 parent 46a7b1a commit fff3519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lwprintf/src/lwprintf/lwprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ prv_calculate_dbl_num_data(lwprintf_int_t* p, float_num_t* n, double num, uint8_
{
n->digits_cnt_decimal_part_useful = p->m.precision;
}
(void)e;
}

/**
Expand Down

0 comments on commit fff3519

Please sign in to comment.