Changeset ee8d4d6 in mainline


Ignore:
Timestamp:
2019-02-24T16:03:53Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e801dc
Parents:
52b44c6
Message:

Fix build with -O1

Location:
uspace
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/contacts/contacts.c

    r52b44c6 ree8d4d6  
    526526{
    527527        errno_t rc;
    528         contacts_t *contacts;
     528        contacts_t *contacts = NULL;
    529529
    530530        rc = contacts_open("contacts.sif", &contacts);
  • uspace/lib/sif/src/sif.c

    r52b44c6 ree8d4d6  
    894894        sif_node_t *node = NULL;
    895895        sif_node_t *child;
    896         sif_attr_t *attr;
     896        sif_attr_t *attr = NULL;
    897897        char *ntype;
    898898        int c;
Note: See TracChangeset for help on using the changeset viewer.