Ignore:
Timestamp:
Apr 14, 2008 4:04:30 AM (16 years ago)
Author:
bennylp
Message:

Fixed miscellaneous compile warnings/errors when built with C++ mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjturn-srv/main.c

    r1924 r1929  
    2121 
    2222#define REALM           "pjsip.org" 
    23 #define TURN_PORT       PJ_STUN_TURN_PORT 
    24 //#define TURN_PORT     34780 
     23//#define TURN_PORT     PJ_STUN_TURN_PORT 
     24#define TURN_PORT       34780 
     25#define LOG_LEVEL       4 
    2526 
    2627 
     
    157158    puts("Server is running"); 
    158159 
     160    pj_log_set_level(LOG_LEVEL); 
     161 
    159162    console_main(srv); 
    160163 
Note: See TracChangeset for help on using the changeset viewer.