Navigation


Changeset 765:edbdb35a603f in freeDiameter for libfdproto


Ignore:
Timestamp:
Oct 19, 2011, 6:11:11 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix a few compilation warning, some are still remaining

Location:
libfdproto
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/messages.c

    r753 r765  
    713713{
    714714        int ret = 0;
    715         enum dict_avp_basetype type = -1;
    716715       
    717716        if (!CHECK_AVP(avp)) {
     
    744743                        dictdata.avp_code,
    745744                        dictdata.avp_name );
    746                 type = dictdata.avp_basetype;
    747745        }
    748746public:
  • libfdproto/msg_log.c

    r761 r765  
    150150                        TODO("Log to arg file");
    151151                        TODO("Log a note to debug stream");
     152                        TRACE_DEBUG(INFO, "%s", metharg);
    152153                        break;
    153154                case FD_MSG_LOGTO_DIR:
Note: See TracChangeset for help on using the changeset viewer.