Changeset 499 for trunk/boot


Ignore:
Timestamp:
Aug 23, 2018, 12:02:14 AM (6 years ago)
Author:
viala@…
Message:

[boot] add extern to an externaly used function.

boot.c: At top level:
boot.c:754:6: warning: no previous declaration for

'boot_loader' [-Wmissing-declarations]
void boot_loader( lid_t lid,


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/boot/tsar_mips32/boot.c

    r498 r499  
    752752 * @ cxy    : cluster identifier,
    753753 *********************************************************************************/
    754 void boot_loader( lid_t lid,
    755                   cxy_t cxy )
     754extern void boot_loader( lid_t lid,
     755                         cxy_t cxy )
    756756{
    757757    boot_info_t * boot_info;       // pointer on local boot_info_t structure
Note: See TracChangeset for help on using the changeset viewer.