Added text about warnings.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@343 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-12-05 18:06:49 +00:00
parent 903c656011
commit e0c8b82952
+3
View File
@@ -70,6 +70,9 @@ Making changes:
really have to. really have to.
- No shortcuts. Don't assume anything about user input (like the length), - No shortcuts. Don't assume anything about user input (like the length),
and check the return values of functions that may fail. and check the return values of functions that may fail.
- Your code shouldn't cause any compile-time or runtime-warnings. We know
the current source is far from warning-free, but those should be removed
eventually and we don't want to make it worse.
Making the patches: Making the patches:
- One issue per patch. - One issue per patch.