Changeset 95413 in vbox
- Timestamp:
- Jun 28, 2022 7:10:35 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152015
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r95411 r95413 1354 1354 #if RT_CLANG_PREREQ(4, 0) && RT_CPLUSPLUS_PREREQ(201100) 1355 1355 # define RT_FALL_THROUGH() [[clang::fallthrough]] 1356 #elif RT_CLANG_PREREQ(4, 0) || RT_GNUC_PREREQ(7, 0)1356 #elif (RT_CLANG_PREREQ(4, 0) && defined(RT_OS_LINUX)) || RT_GNUC_PREREQ(7, 0) 1357 1357 # define RT_FALL_THROUGH() __attribute__((__fallthrough__)) 1358 1358 #else
Note:
See TracChangeset
for help on using the changeset viewer.