Searched refs:PYBIND11_MAYBE_UNUSED (Results 1 – 1 of 1) sorted by relevance
98 # define PYBIND11_MAYBE_UNUSED [[maybe_unused]] macro100 # define PYBIND11_MAYBE_UNUSED macro102 # define PYBIND11_MAYBE_UNUSED __attribute__ ((__unused__)) macro191 extern "C" PYBIND11_MAYBE_UNUSED PYBIND11_EXPORT PyObject *PyInit_##name(); \220 extern "C" PYBIND11_MAYBE_UNUSED PYBIND11_EXPORT void init##name(); \316 PYBIND11_CONCAT(pybind11_module_def_, name) PYBIND11_MAYBE_UNUSED; \317 PYBIND11_MAYBE_UNUSED \