Ignore:
Timestamp:
Jun 21, 2017, 8:53:24 AM (7 years ago)
Author:
max@…
Message:

Silence a few gcc warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/x86_printf.c

    r29 r31  
    4242static void x86_putc(char c)
    4343{
    44         size_t i;
    45 
    4644        if (c == '\n') {
    4745                cons_ptr = roundup(cons_ptr, CONS_X_SIZE);
Note: See TracChangeset for help on using the changeset viewer.