summaryrefslogtreecommitdiffstats
path: root/contributing.md
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2016-02-10 16:27:07 +0800
committerJeremy Kerr <jk@ozlabs.org>2016-02-10 16:27:07 +0800
commit20e8fd0e75509a51a9f71bff0f5dfa6a3e777681 (patch)
treeb1c363215ab1157d0846119b3b7df70ed307f915 /contributing.md
parent5552c4112029be33ace2526293db0b268ff19b0e (diff)
downloadopenbmc-docs-20e8fd0e75509a51a9f71bff0f5dfa6a3e777681.tar.gz
openbmc-docs-20e8fd0e75509a51a9f71bff0f5dfa6a3e777681.zip
contributing: Add note about warnings
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md
index 08ae384..8867fb8 100644
--- a/contributing.md
+++ b/contributing.md
@@ -116,6 +116,9 @@ relevant to OpenBMC work:
* Declare internal-only functions as `static`, declare read-only data
as `const` where possble.
+ * Ensure that your code compiles without warnings, especially for changes
+ to the kernel.
+
Developer's Certificate of Origin 1.1
-------------------------------------
OpenPOWER on IntegriCloud