[FFmpeg-cvslog] r11861 - trunk/doc/general.texi
michael
subversion
Mon Feb 4 14:10:15 CET 2008
Author: michael
Date: Mon Feb 4 14:10:14 2008
New Revision: 11861
Log:
Correct incorrect statement about warnings.
Modified:
trunk/doc/general.texi
Modified: trunk/doc/general.texi
==============================================================================
--- trunk/doc/general.texi (original)
+++ trunk/doc/general.texi Mon Feb 4 14:10:14 2008
@@ -825,7 +825,7 @@ should also be avoided if they don't mak
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.
More information about the ffmpeg-cvslog
mailing list