1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-19 12:23:49 +03:00

Fixed some compiler warnings.

This commit is contained in:
Tim Potter
-
parent 4580e16908
commit 9e871cc256
2 changed files with 6 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ struct pyconv {
PyObject *from_struct(void *s, struct pyconv *conv);
BOOL to_struct(void *s, PyObject *dict, struct pyconv *conv);
PyObject *from_unistr_list(uint16 *dependentfiles);
/* Another version of offsetof (-: */