Movement against float.init being nan

Paul Backus snarwin at gmail.com
Wed Aug 24 12:17:35 UTC 2022


On Wednesday, 24 August 2022 at 05:57:38 UTC, Walter Bright wrote:
> On 8/23/2022 2:00 AM, claptrap wrote:
>> Dont most C/C++ compilers have warnings for initialised 
>> variables? I'm sure MSVC did when I was using it, but its 15 
>> years ago now.
>
> I just tried it with gcc. No warning.

Most of gcc's warnings, including this one, are not enabled by 
default. If you compile with -Wall, you will get a warning.


More information about the Digitalmars-d mailing list