# HG changeset patch # User michael # Date 1173962579 0 # Node ID e03a45f3a360fb80ea93bccca0b71eef8c047f9b # Parent 8a8a78f18786d83eaef0c17fb5bf32d1fe492998 cosmetic (move warning point after the existing policy points instead of the middle) diff -r 8a8a78f18786 -r e03a45f3a360 DOCS/tech/new_policy_proposal.txt --- a/DOCS/tech/new_policy_proposal.txt Thu Mar 15 12:17:22 2007 +0000 +++ b/DOCS/tech/new_policy_proposal.txt Thu Mar 15 12:42:59 2007 +0000 @@ -113,10 +113,6 @@ 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 @@ 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