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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user