bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Minor compiler warnings


From: Juergen Sauermann
Subject: Re: [Bug-apl] Minor compiler warnings
Date: Tue, 28 Jul 2015 12:21:28 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Blake,

thanks, fixed in SVN 651.

/// Jürgen


On 07/27/2015 05:10 AM, Blake McBride wrote:
Some minor compiler warnings I get on 64 bit Linux.


memory_benchmark.cc: In function ‘void multi(int, int, int64_t*)’:
memory_benchmark.cc:180:67: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘int64_t {aka long int}’ [-Wformat=]
            opname, total, (cores*(double)total)/LEN, opname, cores);
                                                                   ^
memory_benchmark.cc: In function ‘void sequential(int, int64_t*, bool)’:
memory_benchmark.cc:217:60: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]





reply via email to

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