VirtualBox

Ignore:
Timestamp:
Aug 2, 2016 10:09:45 AM (8 years ago)
Author:
vboxsync
Message:

hmm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTAssertCompile.cpp

    r62863 r62864  
    156156     */
    157157#ifdef RT_COMPILER_SUPPORTS_VA_ARGS
     158# ifdef _MSC_VER
     159    AssertCompile(RT_COUNT_VA_ARGS(RT_NOTHING) == 0);
     160# else
    158161    AssertCompile(RT_COUNT_VA_ARGS(RT_NOTHING) == 1);
     162# endif
    159163    AssertCompile(RT_COUNT_VA_ARGS(asdf) == 1);
    160164    AssertCompile(RT_COUNT_VA_ARGS(yyyy) == 1);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette