Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Do not simply quiet warnings, for example, by adding typecasts. Instead, understand the reason for the warning and to consider a better approach, for example, use matching types. Use typecasts type casts sparingly, and only when there is no sensible alternative.

...