acintel.h (7c478bd9) acintel.h (450d6964)
1/******************************************************************************
2 *
3 * Name: acintel.h - VC specific defines, etc.
1/******************************************************************************
2 *
3 * Name: acintel.h - VC specific defines, etc.
4 * $Revision: 12 $
4 * $Revision: 13 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2005, Intel Corp.

--- 149 unchanged lines hidden (view full) ---

162
163/* This macro is used to tag functions as "printf-like" because
164 * some compilers can catch printf format string problems. MSVC
165 * doesn't, so this is proprocessed away.
166 */
167#define ACPI_PRINTF_LIKE_FUNC
168
169/* Some compilers complain about unused variables. Sometimes we don't want to
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999 - 2005, Intel Corp.

--- 149 unchanged lines hidden (view full) ---

162
163/* This macro is used to tag functions as "printf-like" because
164 * some compilers can catch printf format string problems. MSVC
165 * doesn't, so this is proprocessed away.
166 */
167#define ACPI_PRINTF_LIKE_FUNC
168
169/* Some compilers complain about unused variables. Sometimes we don't want to
170 * use all the variables (most specifically for _THIS_MODULE). This allow us
170 * use all the variables (for example, _AcpiModuleName). This allows us
171 * to to tell the compiler warning in a per-variable manner that a variable
172 * is unused. However, MSVC doesn't do this.
173 */
174#define ACPI_UNUSED_VAR
175
176#endif /* __ACINTEL_H__ */
171 * to to tell the compiler warning in a per-variable manner that a variable
172 * is unused. However, MSVC doesn't do this.
173 */
174#define ACPI_UNUSED_VAR
175
176#endif /* __ACINTEL_H__ */