VirtualBox

Ignore:
Timestamp:
Aug 5, 2018 2:20:03 PM (6 years ago)
Author:
vboxsync
Message:

HostServices: GCC 8.2.0 fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestControl/service.cpp

    r72827 r73511  
    544544            pHostCmd->AddRef();
    545545        }
    546         catch (std::bad_alloc)
     546        catch (std::bad_alloc &)
    547547        {
    548548            rc = VERR_NO_MEMORY;
     
    13661366            /* rc = */ RTListAppend(&mHostCmdList, &pHostCmd->Node);
    13671367    }
    1368     catch (std::bad_alloc)
     1368    catch (std::bad_alloc &)
    13691369    {
    13701370        rc = VERR_NO_MEMORY;
     
    15141514        }
    15151515    }
    1516     catch (std::bad_alloc)
     1516    catch (std::bad_alloc &)
    15171517    {
    15181518        rc = VERR_NO_MEMORY;
     
    15581558        }
    15591559    }
    1560     catch (std::bad_alloc)
     1560    catch (std::bad_alloc &)
    15611561    {
    15621562        rc = VERR_NO_MEMORY;
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