Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
20bf5a9a
Commit
20bf5a9a
authored
Feb 06, 2019
by
Mathis Rosenhauer
Browse files
Testing: silence compiler warning
parent
8a61d624
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/check_aec.c
View file @
20bf5a9a
...
...
@@ -213,7 +213,7 @@ int encode_decode_large(struct test_state *state)
return
99
;
}
if
(
state
->
dump
)
{
char
fname
[
1024
];
char
fname
[
1024
+
4
];
FILE
*
fp
;
snprintf
(
fbase
,
sizeof
(
fbase
),
"BPS%02iID%iBS%02iRSI%04iFLG%04i"
,
strm
->
bits_per_sample
,
...
...
@@ -249,7 +249,7 @@ int encode_decode_large(struct test_state *state)
aec_encode_end
(
strm
);
if
(
state
->
dump
)
{
char
fname
[
1024
];
char
fname
[
1024
+
3
];
FILE
*
fp
;
snprintf
(
fname
,
sizeof
(
fname
),
"%s.rz"
,
fbase
);
if
((
fp
=
fopen
(
fname
,
"wb"
))
==
NULL
)
{
...
...
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