Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
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
nexedi
MariaDB
Commits
fd300318
Commit
fd300318
authored
Jan 07, 2010
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert earlier change that removes warnings, but breaks Windows compilation.
parent
f250f234
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
extra/libevent/devpoll.c
extra/libevent/devpoll.c
+1
-3
extra/libevent/evbuffer.c
extra/libevent/evbuffer.c
+1
-2
No files found.
extra/libevent/devpoll.c
View file @
fd300318
...
...
@@ -185,9 +185,7 @@ devpoll_init(struct event_base *base)
}
static
int
devpoll_recalc
(
struct
event_base
*
base
__attribute__
((
unused
)),
void
*
arg
__attribute__
((
unused
)),
int
max
)
devpoll_recalc
(
struct
event_base
*
base
,
void
*
arg
,
int
max
)
{
struct
devpollop
*
devpollop
=
arg
;
...
...
extra/libevent/evbuffer.c
View file @
fd300318
...
...
@@ -75,8 +75,7 @@ bufferevent_add(struct event *ev, int timeout)
*/
void
bufferevent_read_pressure_cb
(
struct
evbuffer
*
buf
,
size_t
old
__attribute__
((
unused
)),
size_t
now
,
bufferevent_read_pressure_cb
(
struct
evbuffer
*
buf
,
size_t
old
,
size_t
now
,
void
*
arg
)
{
struct
bufferevent
*
bufev
=
arg
;
/*
...
...
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