summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/deprecated.yml
blob: a9e60dfe3f7245399b1e211575003d84d45f7177 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Instructs the compiler in a declaration to issue a warning whenever a
  variable, function, or type using this declaration will be used.
copyrights:
- Copyright (C) 2009 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: ''
  variants:
  - definition: |
      __attribute__((__deprecated__))
    enabled-by:
    - defined(${/if/compiler/gnuc:/name})
description: null
enabled-by: true
interface-type: define
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_DEPRECATED
notes: null
type: interface