VirtualBox

Ignore:
Timestamp:
Aug 1, 2016 1:05:49 PM (8 years ago)
Author:
vboxsync
Message:

Frontends: Warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp

    r62493 r62817  
    1818 */
    1919
     20#ifdef _MSC_VER
     21# pragma warning(push)
     22# pragma warning(disable:4121)
     23#endif
    2024#if defined(RT_OS_WINDOWS) ///@todo someone please explain why we don't follow the book!
    2125# define _SDL_main_h
    2226#endif
    2327#include <SDL.h>
     28#ifdef _MSC_VER
     29# pragma warning(pop)
     30#endif
    2431
    2532#include <iprt/assert.h>
     
    244251    {
    245252        /* no restriction */
    246         guMaxScreenWidth  = ~0;
    247         guMaxScreenHeight = ~0;
     253        guMaxScreenWidth  = ~0U;
     254        guMaxScreenHeight = ~0U;
    248255    }
    249256
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