VirtualBox

Changeset 62362 in vbox


Ignore:
Timestamp:
Jul 20, 2016 3:34:01 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108907
Message:

pragma gcc ignored does not work inside functions with gcc < 4.6

File:
1 edited

Legend:

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

    r62358 r62362  
    10081008 * Used to start a block of code where GCC should not warn about implicit
    10091009 * conversions that may alter a value. */
    1010 #if RT_GNUC_PREREQ(4, 4)
     1010#if RT_GNUC_PREREQ(4, 6)
    10111011# define RT_GCC_NO_WARN_CONVERSION_BEGIN \
    10121012   _Pragma("GCC diagnostic push") \
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