Changeset 62866 in vbox for trunk/src/VBox/Runtime/testcase/tstRTAssertCompile.cpp
- Timestamp:
- Aug 2, 2016 10:19:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTAssertCompile.cpp
r62864 r62866 156 156 */ 157 157 #ifdef RT_COMPILER_SUPPORTS_VA_ARGS 158 # ifdef _MSC_VER 159 AssertCompile(RT_COUNT_VA_ARGS(RT_NOTHING) == 0); 160 # else 158 # if 0 159 AssertCompile(RT_COUNT_VA_ARGS() == 0); 161 160 AssertCompile(RT_COUNT_VA_ARGS(RT_NOTHING) == 1); 162 161 # endif
Note:
See TracChangeset
for help on using the changeset viewer.