Re: uses old-style function definition, thus fails with -Werror=old-style-definition

2014-01-03 Thread Eric Blake
On 01/03/2014 02:56 PM, Eric Blake wrote: > On 01/03/2014 02:51 PM, Vincent Lefevre wrote: >> A developer may want to test his software with >> -Werror=old-style-definition (in particular because such definitions >> could be a real bug in the software). But configure fails because >> autoconf (vers

Re: uses old-style function definition, thus fails with -Werror=old-style-definition

2014-01-03 Thread Eric Blake
On 01/03/2014 02:51 PM, Vincent Lefevre wrote: > A developer may want to test his software with > -Werror=old-style-definition (in particular because such definitions > could be a real bug in the software). But configure fails because > autoconf (version 2.69) generates such a function definition.

uses old-style function definition, thus fails with -Werror=old-style-definition

2014-01-03 Thread Vincent Lefevre
A developer may want to test his software with -Werror=old-style-definition (in particular because such definitions could be a real bug in the software). But configure fails because autoconf (version 2.69) generates such a function definition. For instance: [...] configure:4069: checking whether t