bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/29348] gdb/build: format specifies type 'unsigned long' bu


From: amodra at gmail dot com
Subject: [Bug binutils/29348] gdb/build: format specifies type 'unsigned long' but the argument has type 'bfd_size_type' (aka 'unsigned long long')
Date: Sat, 30 Jul 2022 12:05:40 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29348

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |amodra at gmail dot com
             Status|NEW                         |ASSIGNED

--- Comment #10 from Alan Modra <amodra at gmail dot com> ---
Huh, you do have uint64_t as unsigned long long.

typedef unsigned long long __uint64_t;
...
typedef __uint64_t uint64_t;

That means commit 0e3c1eebb2 broke --enable-werror builds for you.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]