Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed May 23, 2016
1 parent 437b9cd commit 0b49408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/pvio/pvio_npipe.c
Expand Up @@ -62,6 +62,8 @@ struct st_ma_pvio_methods pvio_npipe_methods= {
pvio_npipe_keepalive,
pvio_npipe_get_handle,
pvio_npipe_is_blocking,
NULL,
NULL,
pvio_npipe_shutdown
};

Expand Down
1 change: 1 addition & 0 deletions plugins/pvio/pvio_shmem.c
Expand Up @@ -445,6 +445,7 @@ int pvio_shm_shutdown(MARIADB_PVIO *pvio)
PVIO_SHM *pvio_shm= (PVIO_SHM *)pvio->data;
if (pvio_shm)
return (SetEvent(pvio_shm->event[PVIO_SHM_CONNECTION_CLOSED]) ? 0 : 1);
return 1;
}
#endif

0 comments on commit 0b49408

Please sign in to comment.