mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Silence BER_BVC warning
This commit is contained in:
parent
26d39eb977
commit
fdbc12fa74
@ -201,7 +201,7 @@ ber_bvarray_dup_x LDAP_P(( BerVarray *dst, BerVarray src, void *ctx ));
|
||||
(dst)->bv_val = (bv)->bv_val; \
|
||||
} while (0)
|
||||
|
||||
#define BER_BVC(s) { STRLENOF(s), (s) }
|
||||
#define BER_BVC(s) { STRLENOF(s), (char *)(s) }
|
||||
#define BER_BVNULL { 0L, NULL }
|
||||
#define BER_BVZERO(bv) \
|
||||
do { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user