Branch: Tag:

2014-02-25

2014-02-25 14:37:13 by Per Hedbor <ph@opera.com>

Tagged some more arguments UNUSED

842:   {    INT_TYPE i;    check_all_args("random_seed",args,BIT_INT | BIT_OBJECT, 0); +     if(TYPEOF(Pike_sp[-args]) == T_INT)    {    i=Pike_sp[-args].u.integer;
5256:    *! @seealso    *! @[next_object()]    */ - static void f_map_all_objects( INT32 args ) + static void f_map_all_objects( INT32 UNUSED(args) )   {    struct object *o = first_object;    INT32 total = 0;
7789:    *! @seealso    *! @[lfun::_size_object()], @[sizeof()]    */ - static void f__size_object( INT32 args ) + static void f__size_object( INT32 UNUSED(args) )   {    size_t sum;    unsigned int i;