Navigation


Changeset 1405:3cbe458fbfa9 in freeDiameter for libfdproto/messages.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/messages.c

    r1327 r1405  
    22852285        if (msg->msg_model != NULL) {
    22862286                /* Check if this model is still valid for the message data */
     2287#ifdef DEBUG
    22872288                enum dict_object_type    dicttype;
     2289#endif
    22882290                struct dict_cmd_data     data;
    22892291                ASSERT(((fd_dict_gettype(msg->msg_model, &dicttype) == 0) && (dicttype == DICT_COMMAND)));
Note: See TracChangeset for help on using the changeset viewer.