On 26/11/15 18:40, Diego Biurrun wrote:
> On Thu, Nov 26, 2015 at 05:17:31PM +0100, Luca Barbato wrote:
>> --- a/configure
>> +++ b/configure
>> @@ -4658,13 +4658,12 @@ check_cflags -Wall
>>  check_cflags -Wdisabled-optimization
>>  check_cflags -Wpointer-arith
>>  check_cflags -Wredundant-decls
>> -check_cflags -Wcast-qual
>>  check_cflags -Wwrite-strings
>>  check_cflags -Wtype-limits
>>  check_cflags -Wundef
>>  check_cflags -Wmissing-prototypes
>>  check_cflags -Wstrict-prototypes
>> -enabled extra_warnings && check_cflags -Winline
>> +enabled extra_warnings && check_cflags -Winline -Wcast-qual

Amended this way

enabled extra_warnings && check_cflags -Winline
enabled extra_warnings && check_cflags -Wcast-qual

Tell me if you prefer having the block of checks between {}

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to