VirtualBox

Changeset 103150 in vbox


Ignore:
Timestamp:
Jan 31, 2024 3:41:58 PM (10 months ago)
Author:
vboxsync
Message:

Frontends: Some warning fixes about externally visible functions which should be static, bugref:3409

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r99775 r103150  
    445445# ifdef RT_OS_DARWIN
    446446
     447#if 0 /* unused */
    447448/* For debugging. */
    448449uint32_t GetSignalMask(void)
     
    459460    return *(uint32_t const *)&Sigs;
    460461}
     462#endif
    461463
    462464/**
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r103085 r103150  
    705705 * @param   platformX86         x86-specific platform object to use.
    706706 */
    707 HRESULT handleModifyVM_x86(PRTGETOPTSTATE pGetOptState, int c, PRTGETOPTUNION pValueUnion,
    708                            ComPtr<IMachine> &sessionMachine, ComPtr<IPlatformX86> &platformX86)
     707static HRESULT handleModifyVM_x86(PRTGETOPTSTATE pGetOptState, int c, PRTGETOPTUNION pValueUnion,
     708                                  ComPtr<IMachine> &sessionMachine, ComPtr<IPlatformX86> &platformX86)
    709709{
    710710    RT_NOREF(sessionMachine);
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