VirtualBox

Ignore:
Timestamp:
Aug 5, 2018 2:20:03 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124138
Message:

HostServices: GCC 8.2.0 fixes

File:
1 edited

Legend:

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

    r73100 r73511  
    781781                }
    782782            }
    783             catch (std::bad_alloc)
     783            catch (std::bad_alloc &)
    784784            {
    785785                rc = VERR_NO_MEMORY;
     
    12351235            mGuestNotifications.pop_front();
    12361236    }
    1237     catch (std::bad_alloc)
     1237    catch (std::bad_alloc &)
    12381238    {
    12391239        rc = VERR_NO_MEMORY;
     
    14181418        }
    14191419    }
    1420     catch (std::bad_alloc)
     1420    catch (std::bad_alloc &)
    14211421    {
    14221422        rc = VERR_NO_MEMORY;
     
    15541554        }
    15551555    }
    1556     catch (std::bad_alloc)
     1556    catch (std::bad_alloc &)
    15571557    {
    15581558        rc = VERR_NO_MEMORY;
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