commit | 185a7a1cd79b9891e3c17abdb103ba1c98d6ca7a | [log] [tgz] |
---|---|---|
author | viro@ZenIV.linux.org.uk <viro@ZenIV.linux.org.uk> | Wed Sep 07 23:18:24 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 07 17:17:33 2005 -0700 |
tree | d508b095ce7a5e9a85266203472301b759467011 | |
parent | f20badbe1207bb10a8ad5fdadc2131c94344b5d9 [diff] |
[PATCH] -Wundef fixes (ncr5380) NDEBUG and NDEBUG_ABORT are almost always used as integers in NCR5380; added define to 0 if they are not defined, switched lone ifdef NDEBUG into if. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>