Home
last modified time | relevance | path

Searched defs:_CBOR_UNUSED (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libcbor/src/cbor/
H A Dcommon.h84 #define _CBOR_UNUSED(x) __attribute__((__unused__)) x macro
89 #define _CBOR_UNUSED(x) __pragma(warning(suppress : 4100 4101)) x macro
92 #define _CBOR_UNUSED(x) x macro