The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_COMPAT_INCLUDES

Suppress warnings when using header shims

Type: bool

Help

Suppress any warnings from the pre-processor when including
deprecated header files.

Default

  • y

Kconfig definition

At Kconfig.zephyr:692

Included via Kconfig:8

Menu path: (Top) → Compatibility

config COMPAT_INCLUDES
    bool "Suppress warnings when using header shims"
    default y
    help
      Suppress any warnings from the pre-processor when including
      deprecated header files.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)