[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] Unwanted "help" from gcc [Was: Some redundant warning options in w
From: |
Greg Chicares |
Subject: |
[lmi] Unwanted "help" from gcc [Was: Some redundant warning options in workhorse.make] |
Date: |
Mon, 7 Sep 2020 15:15:36 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 2020-08-25 15:47, Vadim Zeitlin wrote:
>
> While working on trying to make wx headers compile at maximum warning
Since you're deep into this, let me ask whether you know of an
option to turn off unwanted suggestions--here, for example:
/opt/lmi/src/lmi/ledger_invariant_init.cpp:107:69: error: ‘const class
std::vector<currency>’ has no member named ‘operator double’; did you mean
‘__ct_comp ’?
TermSpecAmt = b->DeathBfts_->supplamt().operator double();
^~~~~~
__ct_comp
where I certainly did not mean some double-underscore prefixed name
in the implementation's reserved namespace. I haven't seen gcc ever
correctly guess what I meant. I want it to stop trying. Its bad
guesses just confuse me.
- [lmi] Unwanted "help" from gcc [Was: Some redundant warning options in workhorse.make],
Greg Chicares <=