On Monday, 5 December 2016 at 05:03:36 UTC, Stefan Koch wrote:
A warning will not halt the compilation.

it will: all my projects are built in "-Werror" mode (the only warning i made explicitly switchable in dmd is "statement unreachable" -- it is completely useless for me).

i'd prefer to have `pragma(warning/info, msg);` instead, so i can issue informational messages when i want to.

Reply via email to