VirtualBox

Ignore:
Timestamp:
Aug 1, 2016 12:51:52 PM (8 years ago)
Author:
vboxsync
Message:

GuestHost/OpenGL: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/error.c

    r62812 r62814  
    4343 * See also VBoxDeps.cpp in iprt and xpcom.
    4444 */
     45#ifdef _MSC_VER
     46# pragma warning(push)
     47# pragma warning(disable:4232) /* nonstandard extension used: 'g_VBoxRTDeps' : address of dllimport 'RTBldCfgRevision' is not static, identiy not guaranteed */
     48#endif
    4549PFNRT g_VBoxRTDeps[] =
    4650{
     
    5155    (PFNRT)RTBldCfgRevision,
    5256};
     57#ifdef _MSC_VER
     58# pragma warning(pop)
     59#endif
    5360
    5461
     
    171178BOOL WINAPI DllMain(HINSTANCE hDLLInst, DWORD fdwReason, LPVOID lpvReserved)
    172179{
    173     (void) lpvReserved;
     180    (void) lpvReserved; (void) hDLLInst;
    174181
    175182    switch (fdwReason)
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