Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
474a6db0
Commit
474a6db0
authored
Oct 06, 2021
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile with gcc
parent
cb6aea9a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
examples/deflate.c
examples/deflate.c
+1
-1
tests/failmalloc.c
tests/failmalloc.c
+1
-1
tests/main.c
tests/main.c
+1
-1
No files found.
examples/deflate.c
View file @
474a6db0
...
...
@@ -44,7 +44,7 @@ static void deflate(nghttp2_hd_deflater *deflater,
static
int
inflate_header_block
(
nghttp2_hd_inflater
*
inflater
,
uint8_t
*
in
,
size_t
inlen
,
int
final
);
int
main
()
{
int
main
(
void
)
{
int
rv
;
nghttp2_hd_deflater
*
deflater
;
nghttp2_hd_inflater
*
inflater
;
...
...
tests/failmalloc.c
View file @
474a6db0
...
...
@@ -37,7 +37,7 @@ static int init_suite1(void) { return 0; }
static
int
clean_suite1
(
void
)
{
return
0
;
}
int
main
()
{
int
main
(
void
)
{
CU_pSuite
pSuite
=
NULL
;
unsigned
int
num_tests_failed
;
...
...
tests/main.c
View file @
474a6db0
...
...
@@ -47,7 +47,7 @@ static int init_suite1(void) { return 0; }
static
int
clean_suite1
(
void
)
{
return
0
;
}
int
main
()
{
int
main
(
void
)
{
CU_pSuite
pSuite
=
NULL
;
unsigned
int
num_tests_failed
;
...
...
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