Changeset 501a8ba in mainline for ipcc/ipcc.c


Ignore:
Timestamp:
2006-06-16T21:20:51Z (18 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d3cd9774
Parents:
153a209
Message:

Some other warnings removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipcc/ipcc.c

    r153a209 r501a8ba  
    108108static void do_answer_msg(void)
    109109{
    110         int i,cnt, errn;
    111         char c;
    112         ipc_callid_t callid;
     110        int i,cnt, errn = 0;
     111        char c;
    113112
    114113        cnt = 0;
Note: See TracChangeset for help on using the changeset viewer.