Commit 22b84cdc authored by michael's avatar michael

Correct fatal ambiguity.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11862 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 54c895d8
...@@ -829,7 +829,7 @@ should also be avoided if they don't make the code easier to understand. ...@@ -829,7 +829,7 @@ should also be avoided if they don't make the code easier to understand.
warning always points to correct and clean code, that warning should warning always points to correct and clean code, that warning should
be disabled, not the code changed. be disabled, not the code changed.
Thus the remaining warnings can either be bugs or correct code. Thus the remaining warnings can either be bugs or correct code.
If it is a bug, it has to be fixed. If it is not, the code should If it is a bug, the bug has to be fixed. If it is not, the code should
be changed to not generate a warning unless that causes a slowdown be changed to not generate a warning unless that causes a slowdown
or obfuscates the code. or obfuscates the code.
@item @item
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment