Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
f963a161
Commit
f963a161
authored
Jan 19, 2003
by
Hallvard Furuseth
Browse files
Remove an implicit int, to silence gcc warnings.
parent
9d11c5ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblber/debug.c
View file @
f963a161
...
@@ -77,7 +77,7 @@ int lutil_mnem2subsys( const char *subsys )
...
@@ -77,7 +77,7 @@ int lutil_mnem2subsys( const char *subsys )
return
-
1
;
return
-
1
;
}
}
void
lutil_set_all_backends
(
level
)
void
lutil_set_all_backends
(
int
level
)
{
{
int
i
;
int
i
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment