Searched defs:UNUSED_PARAM (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DCompiler.h268 #define UNUSED_PARAM(variable) (void)&variable macro
272 #define UNUSED_PARAM(variable) (void)variable macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dkrb5.c86 krb5_decode(void *app_data, void *buf, int len, int level UNUSED_PARAM, struct connectdata *conn UNUSED_PARAM) argument
124 krb5_encode(void *app_data, const void *from, int length, int level, void **to, struct connectdata *conn UNUSED_PARAM) argument
H A Dcurl_setup.h638 # define UNUSED_PARAM __attribute__((__unused__)) macro
640 # define UNUSED_PARAM /*NOTHING*/ macro

Completed in 112 milliseconds