aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-03-25 20:20:04 +0000
committerVincent Richard <[email protected]>2005-03-25 20:20:04 +0000
commit8ec691e50bb9f1ede4fcea1d8d9fdc9b08c0cb67 (patch)
tree4e4e5490f87a63ae78071918fc7e44eef33fda4c /HACKING
parentAdded a section about EOL character. (diff)
downloadvmime-8ec691e50bb9f1ede4fcea1d8d9fdc9b08c0cb67.tar.gz
vmime-8ec691e50bb9f1ede4fcea1d8d9fdc9b08c0cb67.zip
Added a section about warnings at compilation.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING7
1 files changed, 7 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index c6f8d036..4f35a537 100644
--- a/HACKING
+++ b/HACKING
@@ -9,6 +9,7 @@ quality of the code.
1.2. Unit tests
1.3. CVS
1.4. ChangeLog
+ 1.5. Warnings
2. Style, indentation and braces
2.1. Indentation
2.2. Brace position
@@ -67,6 +68,12 @@ ChangeLog must be updated when a major change has occured. It is not required
Each ChangeLog entry must have an author and a date.
+1.5. Warnings
+-------------
+
+The code should compile WITHOUT ANY WARNING, even those for unused parameters!
+
+
2. Style, indentation and braces
================================