Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/
H A Dconfigure.ac407 AC_DEFINE(ATTR_FALLTHROUGH, [__attribute__((fallthrough));], [apply the fallthrough attribute.]) definition
409 AC_DEFINE(ATTR_FALLTHROUGH,[], [apply the fallthrough attribute.]) definition
/freebsd/lib/libunbound/
H A Dconfig.h5 #define ATTR_FALLTHROUGH __attribute__((fallthrough)); macro