jhrozek / samba-ldb-mdb

A Samba tree with my mdb-ldb patches
GNU General Public License v3.0
1 stars 2 forks source link

compilation warning in the ldb_mdb back end #15

Open jhrozek opened 9 years ago

jhrozek commented 9 years ago

../lib/ldb/ldb_mdb/ldb_mdb_ops.c: In function ‘ldb_mdb_add_op’: ../lib/ldb/ldb_mdb/ldb_mdb_ops.c:174:5: warning: passing argument 3 of ‘ldb_mdb_msg_store’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] add_ctx->message,

../lib/ldb/ldb_mdb/ldb_mdb_util.h:66:5: note: expected ‘struct ldb_message ’ but argument is of type ‘const struct ldb_message ’ int ldb_mdb_msg_store(struct ldb_context *ldb,