[rtems-central commit] spec: Restore RTEMS_COMPILER_UNUSED_ATTRIBUTE

Sebastian Huber sebh at rtems.org
Fri Nov 20 07:13:45 UTC 2020


Module:    rtems-central
Branch:    master
Commit:    ab7818306252fa96a479c383154a3f04fa2caf42
Changeset: http://git.rtems.org/rtems-central/commit/?id=ab7818306252fa96a479c383154a3f04fa2caf42

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Nov 20 08:08:26 2020 +0100

spec: Restore RTEMS_COMPILER_UNUSED_ATTRIBUTE

---

 .../if/{compiler-used-attribute.yml => compiler-unused-attribute.yml} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/rtems/basedefs/if/compiler-used-attribute.yml b/spec/rtems/basedefs/if/compiler-unused-attribute.yml
similarity index 87%
rename from spec/rtems/basedefs/if/compiler-used-attribute.yml
rename to spec/rtems/basedefs/if/compiler-unused-attribute.yml
index b1c3d81..bf99ff9 100644
--- a/spec/rtems/basedefs/if/compiler-used-attribute.yml
+++ b/spec/rtems/basedefs/if/compiler-unused-attribute.yml
@@ -5,7 +5,7 @@ copyrights:
 - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 definition:
   default: |
-    ${used:/name}
+    ${unused:/name}
   variants: []
 description: null
 enabled-by: true
@@ -16,6 +16,6 @@ links:
   uid: header
 - role: interface-ingroup
   uid: group
-name: RTEMS_COMPILER_USED_ATTRIBUTE
+name: RTEMS_COMPILER_UNUSED_ATTRIBUTE
 notes: null
 type: interface



More information about the vc mailing list