VirtualBox

Ignore:
Timestamp:
Aug 5, 2018 1:58:10 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124132
Message:

Main,Config.kmk: GCC 8.2.0 fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp

    r73089 r73505  
    20182018            hrc = setErrorVrc(vrc, tr("Failed to open directory '%s' (%Rrc)"), strTargetDir.c_str(), vrc);
    20192019    }
    2020     catch (std::bad_alloc)
     2020    catch (std::bad_alloc &)
    20212021    {
    20222022        hrc = E_OUTOFMEMORY;
     
    22412241                            strTarballPath.setNull();
    22422242                        }
    2243                         catch (std::bad_alloc)
     2243                        catch (std::bad_alloc &)
    22442244                        { hrc = E_OUTOFMEMORY; }
    22452245                    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette