Changeset f019cc07 in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2009-08-02T19:08:22Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b3cf90
Parents:
a405563
Message:

More warnings.

File:
1 edited

Legend:

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

    ra405563 rf019cc07  
    203203}
    204204
    205 void mount_data(void)
     205static void mount_data(void)
    206206{
    207207        int rc;
     
    246246        srv_start("/srv/ata_bd");
    247247        srv_start("/srv/gxe_bd");
    248 #endif 
     248#else
     249        (void) srv_start;
     250#endif
     251
    249252#ifdef CONFIG_MOUNT_DATA
    250253        mount_data();
     254#else
     255        (void) mount_data;
    251256#endif
    252257
Note: See TracChangeset for help on using the changeset viewer.