VirtualBox

Changeset 30633 in vbox


Ignore:
Timestamp:
Jul 5, 2010 7:42:52 PM (15 years ago)
Author:
vboxsync
Message:

Main/cbindings: shut up pedantic & -Wshadow warnings.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c

    r19052 r30633  
    55
    66/*
    7  * Copyright (C) 2008-2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2008-2010 Sun Microsystems, Inc.
    88 *
    99 * Permission is hereby granted, free of charge, to any person
     
    3636#include <stdlib.h>
    3737#include <stdarg.h>
     38#include <stdint.h>
    3839#include <dlfcn.h>
    3940
     
    138139    {
    139140        PFNVBOXGETXPCOMCFUNCTIONS pfnGetFunctions;
    140         pfnGetFunctions = (PFNVBOXGETXPCOMCFUNCTIONS)
     141        pfnGetFunctions = (PFNVBOXGETXPCOMCFUNCTIONS)(uintptr_t)
    141142            dlsym(g_hVBoxXPCOMC, VBOX_GET_XPCOMC_FUNCTIONS_SYMBOL_NAME);
    142143        if (pfnGetFunctions)
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r30621 r30633  
    71227122        </result>
    71237123      </desc>
    7124       <param name="remove" type="boolean" dir="in">
     7124      <param name="removeFile" type="boolean" dir="in">
    71257125        <desc>If @c true remove the saved state file.</desc>
    71267126      </param>
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