diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-15 12:42:59 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-15 12:42:59 +0000 |
commit | d3b46a6461ccae817bd0e7ca7fb1f641b875e184 (patch) | |
tree | b7e438e5824243212701c842adb4cb2cfe54094a /DOCS/tech | |
parent | e361f0a5009c8c989f8a59ad53b1460addb716d0 (diff) | |
download | mpv-d3b46a6461ccae817bd0e7ca7fb1f641b875e184.tar.bz2 mpv-d3b46a6461ccae817bd0e7ca7fb1f641b875e184.tar.xz |
cosmetic (move warning point after the existing policy points instead of the middle)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22608 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/new_policy_proposal.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/DOCS/tech/new_policy_proposal.txt b/DOCS/tech/new_policy_proposal.txt index b7d7123fd9..e2eb887045 100644 --- a/DOCS/tech/new_policy_proposal.txt +++ b/DOCS/tech/new_policy_proposal.txt @@ -113,10 +113,6 @@ Splitting changes keeping changes well split makes reviewing and understanding them on svn log at the time of commit and later when debugging a bug much easier -Compiler Warning fixes - Do not change code to hide warnings without ensuring that the underlaying - logic is correct and thus the warning was inappropriate - 4. Do not change behavior of the program (renaming options etc) or remove functionality from the code without approval in a discussion on the mplayer-dev-eng mailing list. @@ -197,6 +193,11 @@ Public discussions also subscribe to the public developer mailing list +Compiler Warning fixes + Do not change code to hide warnings without ensuring that the underlaying + logic is correct and thus the warning was inappropriate + + Patches read and follow patches.txt when sending patches for mplayer |