diff --git a/sys/netbt/bluetooth.h b/sys/netbt/bluetooth.h index 5026ac2fdb5e..1c7932bfa1e3 100644 --- a/sys/netbt/bluetooth.h +++ b/sys/netbt/bluetooth.h @@ -1,4 +1,4 @@ -/* $NetBSD: bluetooth.h,v 1.5 2007/04/21 06:15:22 plunky Exp $ */ +/* $NetBSD: bluetooth.h,v 1.6 2007/09/17 01:23:17 rillig Exp $ */ /*- * Copyright (c) 2005 Iain Hibbert. @@ -139,9 +139,9 @@ extern int bluetooth_debug; # define UNKNOWN(value) \ printf("%s: %s = %d unknown!\n", __func__, #value, (value)); #else -# define DPRINTF(...) -# define DPRINTFN(...) -# define UNKNOWN(x) +# define DPRINTF(...) ((void)0) +# define DPRINTFN(...) ((void)0) +# define UNKNOWN(x) ((void)0) #endif /* BLUETOOTH_DEBUG */ #endif /* _KERNEL */