summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/optwarncc.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/cpukit/optwarncc.yml')
-rw-r--r--spec/build/cpukit/optwarncc.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec/build/cpukit/optwarncc.yml b/spec/build/cpukit/optwarncc.yml
new file mode 100644
index 0000000000..4992c36110
--- /dev/null
+++ b/spec/build/cpukit/optwarncc.yml
@@ -0,0 +1,21 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- get-string: null
+- split: null
+- env-assign: null
+- env-append: CFLAGS
+build-type: option
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+default:
+- -Wmissing-prototypes
+- -Wimplicit-function-declaration
+- -Wstrict-prototypes
+- -Wnested-externs
+default-by-variant: []
+description: |
+ Warning flags passed to the C compiler
+enabled-by: true
+links: []
+name: CC_WARNING_FLAGS
+type: build