79439693

Date: 2025-02-14 14:39:04
Score: 0.5
Natty:
Report link

You can disable this behaviour in MSVC by giving the compiler flag /Zc:gotoScope-, you can also disable the warnings that are generated when jumping over trivial variable initialisation with the compiler flag /wd4533.

Relevant links:

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: xyrix