Commit 54c895d8 authored by michael's avatar michael

Correct incorrect statement about warnings.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11861 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1a7ea0c2
......@@ -825,7 +825,7 @@ should also be avoided if they don't make the code easier to understand.
it has a fourcc, add it to @file{libavformat/avienc.c}, even if it
is only a decoder.
@item
Compiler warnings indicate bugs or code with bad style. If a type of
Compiler warnings indicate potential bugs or code with bad style. If a type of
warning always points to correct and clean code, that warning should
be disabled, not the code changed.
Thus the remaining warnings can either be bugs or correct code.
......
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