Skip to content
Snippets Groups Projects
Commit 78075ecd authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Fix FALLTHRU for Win32 console interface code

parent dadec119
No related branches found
No related tags found
Loading
Loading
  • Contributor

    I've always wondered why these kinds of commits happen. Is there a version/flag of GCC that specifically checks for this fallthru string when performing fallthrough, and fails otherwise? Or is it for consistency?

  • Monster Iestyn @MonsterIestyn ·
    Contributor

    yes, modern GCC versions seem to have fallthrough related warnings, though IIRC it doesn't have to be specifically FALLTHRU, it's just one of many ways to make acceptable fallthrough comments apparently

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment