OLE Developer Guide  Latest Git
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
macros.h File Reference

Detailed Description

Macros used throughout the code.

Go to the source code of this file.

Macros

#define UNUSED
 Mark unused arguments & types to suppress compiler warnings. More...
 

Macro Definition Documentation

#define UNUSED

Mark unused arguments & types to suppress compiler warnings.

Example
1 void Foo(UNUSED int bar) {}