Added a section about warnings at compilation.

This commit is contained in:
Vincent Richard 2005-03-25 20:20:04 +00:00
parent 722dd41b38
commit 8ec691e50b

View File

@ -9,6 +9,7 @@ quality of the code.
1.2. Unit tests 1.2. Unit tests
1.3. CVS 1.3. CVS
1.4. ChangeLog 1.4. ChangeLog
1.5. Warnings
2. Style, indentation and braces 2. Style, indentation and braces
2.1. Indentation 2.1. Indentation
2.2. Brace position 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. 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 2. Style, indentation and braces
================================ ================================