Changeset 83039 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Feb 10, 2020 4:57:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r83038 r83039 429 429 const int iFreq = 60; 430 430 const int iMinNameLen = 4; 431 /* Make release builds happy. */ 431 432 (void)iMinNameLen; 432 433 RTStrPrintf(szCvtCommand, sizeof(szCvtCommand), "%s %d %d %d", pcszCvt, iWidth, iHeight, iFreq); … … 448 449 size_t iFirstQu = RTStrOffCharOrTerm(szModeLine, '\"'); 449 450 size_t iModeLineLen = strlen(szModeLine); 450 /* Some gcc's complain about unused variable. */451 /* Make release builds happy. */ 451 452 (void)iModeLineLen; 452 453 Assert(iFirstQu < iModeLineLen - iMinNameLen);
Note:
See TracChangeset
for help on using the changeset viewer.