Ignore:
Timestamp:
Dec 19, 2016 3:01:55 AM (7 years ago)
Author:
nanang
Message:

Misc (re #1945): Fixed various compile warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/ssl_sock_ossl.c

    r5483 r5501  
    407407        } 
    408408#else 
     409        PJ_UNUSED_ARG(nid); 
     410        PJ_UNUSED_ARG(cname); 
    409411        openssl_curves_num = 0; 
    410412#endif 
     
    10231025            return GET_SSL_STATUS(ssock); 
    10241026    } 
     1027#else 
     1028    PJ_UNUSED_ARG(ssock); 
    10251029#endif 
    10261030 
     
    10451049            return GET_SSL_STATUS(ssock); 
    10461050    } 
     1051#else 
     1052    PJ_UNUSED_ARG(ssock); 
    10471053#endif 
    10481054 
Note: See TracChangeset for help on using the changeset viewer.