VirtualBox

Ignore:
Timestamp:
Jul 31, 2016 10:50:29 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109369
Message:

HostServices,GuestHost: warnings

Location:
trunk/src/VBox/HostServices/SharedOpenGL
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp

    r62679 r62782  
    11/* $Id$ */
    2 
    32/** @file
    4  * VBox crOpenGL: Host service entry points.
     3 * VBox crOpenGL - Host service entry points.
    54 */
    65
     
    3332#include <VBox/log.h>
    3433#include <VBox/com/array.h>
     34#if 0
    3535#include <VBox/com/ErrorInfo.h>
    3636#include <VBox/com/VirtualBox.h>
     
    15951595}
    15961596#endif
     1597#endif
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_clip.c

    r33540 r62782  
    1111
    1212#include <math.h>
     13
    1314#include "cr_server.h"
    1415#include "cr_mem.h"
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c

    r56970 r62782  
    25682568    int i;
    25692569
    2570     if (sCount>CR_MAX_GUEST_MONITORS)
     2570    if (sCount > CR_MAX_GUEST_MONITORS)
    25712571        return VERR_INVALID_PARAMETER;
    25722572
    25732573    /*Shouldn't happen yet, but to be safe in future*/
    2574     for (i=0; i<cr_server.screenCount; ++i)
     2574    for (i = 0; i < cr_server.screenCount; /*++i - unreachable code*/)
    25752575    {
    25762576        if (MAPPED(SCREEN(i)))
     
    35733573            return -1;
    35743574    }
    3575 
    3576     WARN(("internal error"));
    3577     return -1;
     3575    /* not reached */
    35783576}
    35793577
     
    39163914
    39173915
    3918 static DECLCALLBACK(bool) crVBoxServerHasData()
     3916static DECLCALLBACK(bool) crVBoxServerHasData(void)
    39193917{
    39203918    HCR_FRAMEBUFFER hFb = CrPMgrFbGetFirstEnabled();
Note: See TracChangeset for help on using the changeset viewer.

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