VirtualBox

Ignore:
Timestamp:
Oct 11, 2017 4:11:23 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118325
Message:

Global: replace fall-through comments with RT_FALL_THRU().
bugref:8192: gcc warnings

Location:
trunk/src/VBox/ValidationKit/bootsectors/bs3kit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp

    r66485 r69046  
    14311431                    break;
    14321432                }
    1433                 /* fall thru */
     1433                RT_FALL_THRU();
    14341434
    14351435            default:
     
    18591859                    case R_X86_64_32S:  /* signed, unsigned, whatever. */
    18601860                        fSelfRel = false;
    1861                         /* fall thru */
     1861                        RT_FALL_THRU();
    18621862                    case R_X86_64_PC32:
    18631863                    {
     
    23722372                        break;
    23732373                    }
    2374                     /* fall thru */
     2374                    RT_FALL_THRU();
    23752375
    23762376                case IMAGE_SYM_CLASS_END_OF_FUNCTION:
     
    27002700                    case IMAGE_REL_AMD64_SECTION:
    27012701                        bLocation = OMF_FIX_LOC_16BIT_SEGMENT;
    2702                         /* fall thru */
     2702                        RT_FALL_THRU();
    27032703
    27042704                    case IMAGE_REL_AMD64_SECREL:
     
    31453145                    break;
    31463146                }
    3147                 /* fall thru */
     3147                RT_FALL_THRU();
    31483148
    31493149            default:
     
    35483548                    case R_X86_64_32S:  /* signed, unsigned, whatever. */
    35493549                        fSelfRel = false;
    3550                         /* fall thru */
     3550                        RT_FALL_THRU();
    35513551                    case R_X86_64_PC32:
    35523552                    {
     
    42994299            case OMF_LPUBDEF32:
    43004300                pOmfStuff->fProbably32bit = true;
    4301                 /* fall thru */
     4301                RT_FALL_THRU();
    43024302            case OMF_PUBDEF16:
    43034303            case OMF_LPUBDEF16:
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-StrFormatV.c

    r68604 r69046  
    741741            case 'P':
    742742                State.fFlags |= STR_F_CAPITAL;
    743                 /* fall thru */
     743                RT_FALL_THRU();
    744744            case 'p':
    745745            {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette