[FFmpeg-devel] [PATCH] configure: remove the mixed declarations and code warning flag
Rostislav Pehlivanov
atomnuker at gmail.com
Thu Feb 4 17:07:24 CET 2016
On 4 February 2016 at 16:04, <ffmpeg-dev at c-14.de> wrote:
> On 16-02-04 at 15:48, Rostislav Pehlivanov wrote:
> [..]
> Just being pedantic, but -Wdeclaration-after-statement does not warn on
> any of those, see attached test file which compiles without errors with
> -Wall -Wpedantic -Werror -Wdeclaration-after-statement (at least on
> modern clang and gcc).
>
Clang never warns on mixed variable and code, even if the flag has been set.
More information about the ffmpeg-devel
mailing list