Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
67d52d8c
Commit
67d52d8c
authored
Sep 24, 2016
by
Paul Sokolovsky
Browse files
extmod/uzlib/: Update uzlib to v2.0.3.
Fixes for more pedantic warnings.
parent
d46de801
Changes
1
Hide whitespace changes
Inline
Side-by-side
extmod/uzlib/tinfgzip.c
View file @
67d52d8c
...
...
@@ -41,6 +41,9 @@
#define FNAME 8
#define FCOMMENT 16
void
tinf_skip_bytes
(
TINF_DATA
*
d
,
int
num
);
uint16_t
tinf_get_uint16
(
TINF_DATA
*
d
);
void
tinf_skip_bytes
(
TINF_DATA
*
d
,
int
num
)
{
while
(
num
--
)
uzlib_get_byte
(
d
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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