Ruby 4.1.0dev (2026-09-17 revision e6ec1555444994dc3ccc807cf6d5213281911857)
Macros
unused.h File Reference

(e6ec1555444994dc3ccc807cf6d5213281911857)

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PRISM_UNUSED   __attribute__((unused))
 GCC will warn if you specify a function or parameter that is unused at runtime.
 

Macro Definition Documentation

◆ PRISM_UNUSED

#define PRISM_UNUSED   __attribute__((unused))

GCC will warn if you specify a function or parameter that is unused at runtime.

This macro allows you to mark a function or parameter as unused in a compiler-agnostic way.

Definition at line 13 of file unused.h.