Changeset 6007 for pjproject


Ignore:
Timestamp:
May 27, 2019 6:31:09 AM (5 years ago)
Author:
ming
Message:

Re #1017: Suppress warning of "enumeration value 'PJ_TURN_TP_UDP' not handled in switch"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath-test/turn_sock_test.c

    r6004 r6007  
    278278        case PJ_TURN_TP_TLS: 
    279279            flag = TURN_TLS; 
     280            break; 
     281        default: 
     282            break; 
    280283    } 
    281284    test_cfg->srv.flags |= ((use_ipv6)?SERVER_IPV6:SERVER_IPV4)+flag; 
Note: See TracChangeset for help on using the changeset viewer.