VirtualBox

Changeset 83039 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
Feb 10, 2020 4:57:01 PM (5 years ago)
Author:
vboxsync
Message:

bugref:9637. Some comment correction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp

    r83038 r83039  
    429429    const int iFreq = 60;
    430430    const int iMinNameLen = 4;
     431    /* Make release builds happy. */
    431432    (void)iMinNameLen;
    432433    RTStrPrintf(szCvtCommand, sizeof(szCvtCommand), "%s %d %d %d", pcszCvt, iWidth, iHeight, iFreq);
     
    448449            size_t iFirstQu = RTStrOffCharOrTerm(szModeLine, '\"');
    449450            size_t iModeLineLen = strlen(szModeLine);
    450             /* Some gcc's complain about unused variable. */
     451            /* Make release builds happy. */
    451452            (void)iModeLineLen;
    452453            Assert(iFirstQu < iModeLineLen - iMinNameLen);
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