Changeset a46da63 in mainline for libc/generic/ddi.c


Ignore:
Timestamp:
2006-06-16T20:50:51Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
153a209
Parents:
b34fab6
Message:

big code cleanup, compile with -Wall -Werror to enforce better coding
there is currently one warning that requires attention, please review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/ddi.c

    rb34fab6 ra46da63  
    2727 */
    2828
    29  /** @addtogroup libc
     29/** @addtogroup libc
    3030 * @{
    3131 */
     
    7070int iospace_enable(task_id_t id, void *ioaddr, unsigned long size)
    7171{
    72         task_id_t task_id;
    7372        ddi_ioarg_t arg;
    7473
     
    9089
    9190
    92  /** @}
     91/** @}
    9392 */
    94  
    95  
Note: See TracChangeset for help on using the changeset viewer.