VirtualBox

Changeset 5923 in vbox for trunk/src


Ignore:
Timestamp:
Dec 2, 2007 11:06:47 PM (17 years ago)
Author:
vboxsync
Message:

gcc-4.3 warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r5830 r5923  
    19281928    AssertReturn (console, false);
    19291929    AssertReturn ((hidden_children.isEmpty() == aOn), false);
    1930     AssertReturn (aSeamless && mIsSeamless != aOn ||
    1931                   !aSeamless && mIsFullscreen != aOn, false);
     1930    AssertReturn ((aSeamless && mIsSeamless != aOn) ||
     1931                  (!aSeamless && mIsFullscreen != aOn), false);
    19321932    if (aOn)
    1933         AssertReturn (aSeamless && !mIsFullscreen ||
    1934                       !aSeamless && !mIsSeamless, false);
     1933        AssertReturn ((aSeamless && !mIsFullscreen) ||
     1934                      (!aSeamless && !mIsSeamless), false);
    19351935
    19361936    if (aOn)
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