define as empty when not debugging.
This commit is contained in:
parent
9b07d16d3c
commit
ee4f39b036
2
external/bsd/pam-u2f/dist/util.h
vendored
2
external/bsd/pam-u2f/dist/util.h
vendored
@ -25,7 +25,7 @@
|
||||
#if defined(DEBUG_PAM)
|
||||
#define D(file, ...) _debug(file, __FILE__, __LINE__, __func__, __VA_ARGS__)
|
||||
#else
|
||||
#define D(file, ...)
|
||||
#define D(file, ...) ((void)0)
|
||||
#endif /* DEBUG_PAM */
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user