VirtualBox

Changeset 67187 in vbox


Ignore:
Timestamp:
Jun 1, 2017 7:09:01 AM (8 years ago)
Author:
vboxsync
Message:

iprt/cdefs: shut up gcc about ignoring nothrow attribute for ancient compilers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r66933 r67187  
    10631063#ifdef RT_EXCEPTIONS_ENABLED
    10641064# ifdef __GNUC__
    1065 #  define RT_NO_THROW_PROTO     __attribute__((__nothrow__))
     1065#  if RT_GNUC_PREREQ(3, 3)
     1066#   define RT_NO_THROW_PROTO    __attribute__((__nothrow__))
     1067#  else
     1068#   define RT_NO_THROW_PROTO
     1069#  endif
    10661070# else
    10671071#  define RT_NO_THROW_PROTO     throw()
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