VirtualBox

vbox的更動 62920 路徑 trunk/src/VBox/Devices


忽略:
時間撮記:
2016-8-3 下午02:16:19 (8 年 以前)
作者:
vboxsync
訊息:

Devices: warnings

位置:
trunk/src/VBox/Devices
檔案:
修改 3 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Graphics/shaderlib/vboxext.h

    r62514 r62920  
    11/* $Id$ */
    22/** @file
    3  *
    43 * VBox extension to Wine D3D
     4 */
     5
     6/*
    57 *
    68 * Copyright (C) 2011-2016 Oracle Corporation
     
    1416 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1517 */
    16 #ifndef ___VBOXEXT_H__
    17 #define ___VBOXEXT_H__
     18
     19#ifndef ___VBOXEXT_H___
     20#define ___VBOXEXT_H___
    1821
    1922#ifdef VBOX_WINE_WITHOUT_LIBWINE
    20 # include <windows.h>
     23# include <iprt/win/windows.h>
    2124#endif
    2225
    2326#include <iprt/list.h>
    2427
    25 HRESULT VBoxExtCheckInit();
    26 HRESULT VBoxExtCheckTerm();
     28HRESULT VBoxExtCheckInit(void);
     29HRESULT VBoxExtCheckTerm(void);
    2730#if defined(VBOX_WINE_WITH_SINGLE_CONTEXT) || defined(VBOX_WINE_WITH_SINGLE_SWAPCHAIN_CONTEXT)
    2831# ifndef VBOX_WITH_WDDM
     
    155158}
    156159
    157 #endif /* #ifndef ___VBOXEXT_H__*/
     160#endif
     161
  • trunk/src/VBox/Devices/Input/testcase/tstUsbMouse.cpp

    r62888 r62920  
    6464                                        va_list va)
    6565{
    66     NOREF(pUsbIns);
     66    RT_NOREF(pUsbIns);
    6767    RTPrintf("Error: %s:%u:%s:", RT_SRC_POS_ARGS);
    6868    RTPrintfV(pszFormat, va);
  • trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp

    r62511 r62920  
    195195{
    196196    INTNETSG Sg;
    197     IntNetSgInitTemp(&Sg, (void *)pvBuf, cbBuf);
     197    IntNetSgInitTemp(&Sg, (void *)pvBuf, (uint32_t)cbBuf);
    198198    int rc = intnetR0RingWriteFrame(pRingBuf, &Sg, NULL);
    199199    if (RT_SUCCESS(rc))
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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