From e0c8b829522d46bfb5fcf72764521b7abea774f7 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Thu, 5 Dec 2002 18:06:49 +0000 Subject: [PATCH] Added text about warnings. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@343 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/Contributing | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sc2/Contributing b/sc2/Contributing index 4b81c785e..43607cbe5 100644 --- a/sc2/Contributing +++ b/sc2/Contributing @@ -70,6 +70,9 @@ Making changes: really have to. - No shortcuts. Don't assume anything about user input (like the length), 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: - One issue per patch.