VirtualBox

Ignore:
Timestamp:
Apr 19, 2020 2:02:30 AM (5 years ago)
Author:
vboxsync
Message:

Add/NT/Graphics: VC++ 14.1 warnings. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPIOCTL.cpp

    r82968 r83827  
    3434    }
    3535
     36#ifndef DOXYGEN_RUNNING
     37# if RT_MSC_PREREQ(RT_MSC_VER_VC141)
     38/* VBoxMPIOCTL.cpp(80): warning C4457: declaration of 'pRequestedAddress' hides function parameter (caused by VBOXMPIOCTL_HIDE) */
     39#  pragma warning(disable:4457 )
     40# endif
     41#endif
     42
    3643/* Called for IOCTL_VIDEO_RESET_DEVICE.
    3744 * Reset device to a state it comes at system boot time.
     
    8895        pMapInfo->FrameBufferBase = (PUCHAR)pMapInfo->VideoRamBase;
    8996        pMapInfo->FrameBufferLength =
    90             VBoxMPXpdmCurrentVideoMode(pExt)->VisScreenHeight*
     97            VBoxMPXpdmCurrentVideoMode(pExt)->VisScreenHeight *
    9198            VBoxMPXpdmCurrentVideoMode(pExt)->ScreenStride;
    9299
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