VirtualBox

Changeset 22294 in vbox for trunk


Ignore:
Timestamp:
Aug 17, 2009 12:19:08 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51162
Message:

Main: gcc warnings

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r22287 r22294  
    26682668
    26692669    bool fChanged;
    2670     if (fChanged = (strOldValue != strValue))
     2670    if ((fChanged = (strOldValue != strValue)))
    26712671    {
    26722672        // ask for permission from all listeners outside the locks;
  • trunk/src/VBox/Main/VirtualBoxImpl.cpp

    r22228 r22294  
    15311531
    15321532    bool fChanged;
    1533     if (fChanged = (strOldValue != strValue))
     1533    if ((fChanged = (strOldValue != strValue)))
    15341534    {
    15351535        // ask for permission from all listeners outside the locks;
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