diff options
| author | Dave Jones <[email protected]> | 2007-07-09 11:33:14 -0700 |
|---|---|---|
| committer | Len Brown <[email protected]> | 2007-07-22 00:54:24 -0400 |
| commit | 4ebf83c8cf89ab13bc23e46b0fcb6178ca23b43c (patch) | |
| tree | de78bbb0cef7714124fe83cca057f65693a44dcb /include/linux/debugobjects.h | |
| parent | 0dc070bb0242481a6100c95e5deaa07b267399a8 (diff) | |
ACPI: fix empty macros found by -Wextra
ACPI has a ton of macros which make a bunch of empty if's when configured
in non-debug mode.
[lenb: The code it complaines about is functionally correct,
so this patch is just to make -Wextra happier]
#define DBG()
if(...)
DBG();
next_c_statement
which turns into
if(...) ;
next_c_statement
Signed-off-by: Dave Jones <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Len Brown <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions