| Newsgroups |
gmane.comp.lib.fox-toolkit.user |
| Message-ID |
<[email protected]> |
On 2021-08-16 08:28, Wuping Xin wrote:
> Hello Dear Fox Users,
>
> As part of my learning curve, I am trying to build latest Fox Toolkit
> (1.7.78) on Windows, using Visual Studio 2019.
> The build was successful, but had quite a few conversion warnings like
> in the figure below.
> I personally believe in the principle "better to be explicit than
> implicit" when it comes to conversion.
> Would new release of Fox Toolkit plan to get rid of them? Or, if I am
> losing sleep over it, I can just fix it myself to have my own peace of
> mind?
Don't bother, because you'll likely be introducing warnings for other
compilers than VC++.
Its a fact of life that GCC, Clang, Intel C++, Microsoft all have
different
ideas about what leads up to a warning.
Also, compile mode (32- vs 64-bit) can engage different warnings. We've
taken care of the ones that could be taken care off.
Finally, some warnings appear in code that is not finished, and are
intentionally left in as a reminder.
Cheers,
-- JVZ