__noop
Visual Studio 2010
Microsoft Specific
The __noop intrinsic specifies that a function should be ignored and the argument list be parsed but no code be generated for the arguments. It is intended for use in global debug functions that take a variable number of arguments.
The compiler converts the __noop intrinsic to 0 at compile time.