Changeset 62362 in vbox
- Timestamp:
- Jul 20, 2016 3:34:01 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108907
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r62358 r62362 1008 1008 * Used to start a block of code where GCC should not warn about implicit 1009 1009 * conversions that may alter a value. */ 1010 #if RT_GNUC_PREREQ(4, 4)1010 #if RT_GNUC_PREREQ(4, 6) 1011 1011 # define RT_GCC_NO_WARN_CONVERSION_BEGIN \ 1012 1012 _Pragma("GCC diagnostic push") \
Note:
See TracChangeset
for help on using the changeset viewer.