Correct incorrect statement about warnings.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 4 Feb 2008 13:10:14 +0000 (13:10 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 4 Feb 2008 13:10:14 +0000 (13:10 +0000)
Originally committed as revision 11861 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/general.texi

index d77f4f0577724b745dab9543338a082d9171b1f1..2b1cc9252858fa8b8a21c3fab586c78fab703530 100644 (file)
@@ -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.