summaryrefslogblamecommitdiffstats
path: root/spec/rtems/basedefs/if/unused.yml
blob: 935eaaff01b0bb6c00e506eedc0dc20bb2bfcba9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                     
        
                                                                          


                                                                    
             



                                 
                                         

                 
                 




                           
            

                  
               
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Tells the compiler that the variable or function is deliberately unused.
copyrights:
- Copyright (C) 2013 On-Line Applications Research Corporation (OAR)
definition:
  default: ''
  variants:
  - definition: |
      __attribute__((__unused__))
    enabled-by:
    - defined(${/compiler/if/gnuc:/name})
description: null
enabled-by: true
index-entries: []
interface-type: define
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_UNUSED
notes: null
type: interface