Navigation


Changeset 1405:3cbe458fbfa9 in freeDiameter for libfdcore/hooks.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
  • libfdcore/hooks.c

    r1329 r1405  
    333333                switch (type) {
    334334                        case HOOK_DATA_RECEIVED: {
     335#ifdef DEBUG
    335336                                struct fd_cnx_rcvdata *rcv_data = other;
     337#endif
    336338                                LOG_A("RCV: %zd bytes", rcv_data->length);
    337339                                break;
Note: See TracChangeset for help on using the changeset viewer.