* h...@zytor.com wrote:
> On February 1, 2017 11:16:00 PM PST, Ingo Molnar wrote:
> >
> >* Nicolas Iooss wrote:
> >
> >> With %Ld, my compiler (gcc 6.3.1 on x86_64) complains:
> >>
> >> arch/x86/tools/relocs.c:400:7: error: format ‘%Ld’ expects argument
> >of
> >> type ‘long long int’, but ar
On 02/02/17 02:39, h...@zytor.com wrote:
> On January 31, 2017 10:52:11 AM PST, Nicolas Iooss
> wrote:
>> Hello,
>>
>> As I have not received any comment on the patch I sent in December, I
>> am
>> wondering whether I did anything wrong with it. How can I get it queued
>> for the next merge windo
On February 1, 2017 11:16:00 PM PST, Ingo Molnar wrote:
>
>* Nicolas Iooss wrote:
>
>> With %Ld, my compiler (gcc 6.3.1 on x86_64) complains:
>>
>> arch/x86/tools/relocs.c:400:7: error: format ‘%Ld’ expects argument
>of
>> type ‘long long int’, but argument 2 has type ‘Elf64_Off {aka long
>> uns
* Nicolas Iooss wrote:
> With %Ld, my compiler (gcc 6.3.1 on x86_64) complains:
>
> arch/x86/tools/relocs.c:400:7: error: format ‘%Ld’ expects argument of
> type ‘long long int’, but argument 2 has type ‘Elf64_Off {aka long
> unsigned int}’ [-Werror=format=]
How did it pick up that type as an
On January 31, 2017 10:52:11 AM PST, Nicolas Iooss
wrote:
>Hello,
>
>As I have not received any comment on the patch I sent in December, I
>am
>wondering whether I did anything wrong with it. How can I get it queued
>for the next merge window?
>
>Thanks,
>Nicolas
>
>On 18/12/16 20:47, Nicolas Ioo
On 01/02/17 10:04, Ingo Molnar wrote:
>
> * Nicolas Iooss wrote:
>
>> Adding such an attribute helps to detect errors in the format string at
>> build time. After doing this, the compiler complains about such issues:
>>
>> arch/x86/tools/relocs.c:460:5: error: format specifies type 'int'
>>
* Nicolas Iooss wrote:
> Adding such an attribute helps to detect errors in the format string at
> build time. After doing this, the compiler complains about such issues:
>
> arch/x86/tools/relocs.c:460:5: error: format specifies type 'int'
> but the argument has type 'Elf64_Xword' (aka
Hello,
As I have not received any comment on the patch I sent in December, I am
wondering whether I did anything wrong with it. How can I get it queued
for the next merge window?
Thanks,
Nicolas
On 18/12/16 20:47, Nicolas Iooss wrote:
> Adding such an attribute helps to detect errors in the form
8 matches
Mail list logo