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
Martin Mareš
aim
Commits
6e99b8eb
Commit
6e99b8eb
authored
Nov 14, 2017
by
Martin Mareš
Browse files
Access: Ukonejšení warningu
parent
2cb6593c
Changes
1
Hide whitespace changes
Inline
Side-by-side
access/access.c
View file @
6e99b8eb
...
...
@@ -67,7 +67,7 @@ static void alloc_mem(void)
static
void
alloc_mem
(
void
)
{
void
*
pp
;
void
*
pp
=
NULL
;
if
(
posix_memalign
(
&
pp
,
4096
,
block_size
)
<
0
)
{
fprintf
(
stderr
,
"Cannot allocate memory: %m
\n
"
);
...
...
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