[vlc-devel] [PATCH] removed some trivial warnings
Rémi Denis-Courmont
remi at remlab.net
Wed Aug 25 05:58:51 CEST 2010
----- Message d'origine -----
> Compiling this with "g++ -o main test.cpp -O3 -Wall" results in no warnings.
That it does not show with you compiler, compiler version, optimization level and architecture combination proves little.
For sure, Coverity would complain about this (if we ever had it working again). The fact is that it is dead code and dead code is wrong.
More information about the vlc-devel
mailing list