Changeset 60055 in vbox
- Timestamp:
- Mar 15, 2016 11:54:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/assert.h
r60053 r60055 711 711 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \ 712 712 RTAssertPanic(); \ 713 break; \713 continue; \ 714 714 } else do {} while (0) 715 715 #else … … 718 718 { /* likely */ } \ 719 719 else \ 720 break720 continue 721 721 #endif 722 722
Note:
See TracChangeset
for help on using the changeset viewer.