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

Small tidyups for gcc in 'preen' mode....

Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 69c7b8e2af
commit 60dc1a4a00
14 changed files with 25 additions and 11 deletions

View File

@@ -9,6 +9,6 @@ extern int DEBUGLEVEL;
#else /* USE_LDAP */
/* this keeps fussy compilers happy */
void ldap_helper_dummy(void)
{}
void ldap_helper_dummy(void);
void ldap_helper_dummy(void) {}
#endif /* USE_LDAP */