Ignore:
Timestamp:
Mar 5, 2013 3:12:32 AM (11 years ago)
Author:
riza
Message:

Misc (re #1559): fixed compile errors/warnings on MSVC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/ice_strans.c

    r4411 r4412  
    3232#include <pj/compat/socket.h> 
    3333 
    34  
    35 #if 0 
     34#define ENABLE_TRACE 0 
     35 
     36#if defined(ENABLE_TRACE) && (ENABLE_TRACE != 0) 
    3637#  define TRACE_PKT(expr)           PJ_LOG(5,expr) 
    3738#else 
     
    13211322    pj_ice_strans_comp *comp; 
    13221323    pj_status_t status; 
     1324#if defined(ENABLE_TRACE) && (ENABLE_TRACE != 0) 
     1325    char daddr[PJ_INET6_ADDRSTRLEN]; 
     1326#endif 
    13231327 
    13241328    PJ_ASSERT_RETURN(comp_id && comp_id <= ice_st->comp_cnt, PJ_EINVAL); 
Note: See TracChangeset for help on using the changeset viewer.