VirtualBox

Changeset 73502 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Aug 5, 2018 12:40:50 PM (6 years ago)
Author:
vboxsync
Message:

IPRT: GCC 8.2.0 fixes

Location:
trunk/src/VBox/Runtime/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/RTFsCmdLs.cpp

    r73097 r73502  
    492492                case RTCMDLSTIME_ATIME: pfnCmp = pOpts->fGroupDirectoriesFirst ? rtCmdLsEntryCmpDirFirstATime : rtCmdLsEntryCmpATime; break;
    493493            }
     494            break;
    494495        case RTCMDLSSORT_VERSION:
    495496            pfnCmp = pOpts->fGroupDirectoriesFirst ? rtCmdLsEntryCmpDirFirstVersion       : rtCmdLsEntryCmpVersion;
  • trunk/src/VBox/Runtime/common/zip/xarvfs.cpp

    r73097 r73502  
    19411941                    Parser.read(pszOutput, cchToc, RTCString("xar-toc.xml"), *pDoc);
    19421942                }
    1943                 catch (xml::XmlError Err)
     1943                catch (xml::XmlError &Err)
    19441944                {
    19451945                    rc = VERR_XAR_TOC_XML_PARSE_ERROR;
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