summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/req/warn-unused-result-0.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/req/warn-unused-result-0.yml')
-rw-r--r--spec/rtems/basedefs/req/warn-unused-result-0.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/spec/rtems/basedefs/req/warn-unused-result-0.yml b/spec/rtems/basedefs/req/warn-unused-result-0.yml
new file mode 100644
index 00000000..88afe7fd
--- /dev/null
+++ b/spec/rtems/basedefs/req/warn-unused-result-0.yml
@@ -0,0 +1,19 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: requirement-refinement
+ uid: ../if/warn-unused-result
+non-functional-type: interface
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+ When the code is compiled with the GNU C compiler,
+ and the ${../if/warn-unused-result:/name} macro is used as last part
+ of a function declaration or attached to a function definition,
+ and that function has a return type other than ``void``,
+ and the returned value is not used,
+ the macro shall cause the compiler to show a compiler warning.
+type: requirement