VirtualBox

Changeset 83038 in vbox


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

bugref:9637. build fix. take 2

File:
1 edited

Legend:

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

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