summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/unused.yml
blob: 0a8a31b54b9cea657055d59a084d6d80b6434129 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2013 On-Line Applications Research Corporation (OAR)
enabled-by: []
interface-brief: |
  Tells the compiler that a specific variable or function is deliberately
  unused.
interface-definition:
  default: ""
  variants:
  - definition: |
      __attribute__((__unused__))
    enabled-by:
    - defined(${/if/compiler/gnuc:/interface-name})
interface-description: null
interface-name: RTEMS_UNUSED
interface-type: define
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: /groups/api/basedefs
type: interface