Navigation


Changeset 1405:3cbe458fbfa9 in freeDiameter for libfdproto/fifo.c


Ignore:
Timestamp:
Feb 18, 2020, 2:23:53 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

Fix compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/fifo.c

    r1393 r1405  
    171171{
    172172        struct fifo * q;
     173#ifdef DEBUG
    173174        int loops = 0;
     175#endif
    174176
    175177        TRACE_ENTRY( "%p", queue );
     
    226228int fd_fifo_move ( struct fifo * old, struct fifo * new, struct fifo ** loc_update )
    227229{
     230#ifdef DEBUG
    228231        int loops = 0;
     232#endif
    229233
    230234        TRACE_ENTRY("%p %p %p", old, new, loc_update);
     
    417421                        queue->thrs_push-- ;
    418422
     423#ifndef DEBUG
     424                        (void)ret;
     425#endif
    419426                        ASSERT( ret == 0 );
    420427                }
Note: See TracChangeset for help on using the changeset viewer.