Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
e71c8faa
Commit
e71c8faa
authored
Jun 08, 2020
by
Shane Snyder
Browse files
cleanup darshan-util compiler warnings
parent
b8119126
Changes
2
Hide whitespace changes
Inline
Side-by-side
darshan-util/darshan-logutils.c
View file @
e71c8faa
...
...
@@ -1915,7 +1915,7 @@ void darshan_log_get_name_records(darshan_fd fd,
if
(
ret
<
0
)
{
darshan_log_close
(
fd
);
return
(
-
1
)
;
return
;
}
int
num
=
HASH_CNT
(
hlink
,
name_hash
);
...
...
darshan-util/darshan-logutils.h
View file @
e71c8faa
...
...
@@ -70,7 +70,7 @@ struct darshan_mnt_info
struct
darshan_mod_info
{
char
*
name
;
const
char
*
name
;
int
len
;
int
ver
;
int
idx
;
...
...
Write
Preview
Markdown
is supported
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