xlog-discussion
[Top][All Lists]
Advanced

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

Re: [Xlog-discussion] xlog 2.0.14 on macOS Sierra


From: Andy Stewart
Subject: Re: [Xlog-discussion] xlog 2.0.14 on macOS Sierra
Date: Thu, 29 Dec 2016 14:06:08 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

On 12/29/2016 01:46 PM, Andy Stewart wrote:

    hamlib-utils.c:625:30: error: length modifier 'L' results in
    undefined behavior or no effect with 'd'
          conversion specifier [-Werror,-Wformat]
                    g_string_printf (digits, "%Ld",
    programstate.rigfrequency);
                                              ~^~
    hamlib-utils.c:625:30: note: did you mean to use 'll'?

    *    change to ll*

The code wants to print a long double.  My version of gcc accepts %Ld.
Is there a way to express a long double for printf() with the compiler
version you're using?


I'm sorry....I think you were trying to tell me "%lld". I tried it and it compiles but I haven't tested the code yet.

73,

Andy

--
Andy Stewart (KB1OIQ)
Founder:   Worcester Linux Users' Group
Founder:   Chelmsford Linux Meetup Group
President: PART of Westford, MA (WB1GOF)



reply via email to

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