VirtualBox

Changeset 62420 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 22, 2016 10:58:14 AM (9 years ago)
Author:
vboxsync
Message:

IEMAllInstructions.cpp.h: Disable unreachable code warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h

    r62171 r62420  
    2121*******************************************************************************/
    2222extern const PFNIEMOP g_apfnOneByteMap[256]; /* not static since we need to forward declare it. */
     23
     24#ifdef _MSC_VER
     25# pragma warning(push)
     26# pragma warning(disable: 4702) /* Unreachable code like return in iemOp_Grp6_lldt. */
     27#endif
    2328
    2429
     
    1807818083/** @} */
    1807918084
     18085#ifdef _MSC_VER
     18086# pragma warning(pop)
     18087#endif
Note: See TracChangeset for help on using the changeset viewer.

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