1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Bug#45288: pb2 returns a lot of compilation warnings

Fix assorted compiler warnings.
This commit is contained in:
Davi Arnaut
2010-10-20 11:40:04 -02:00
parent 39e9bde2c0
commit 60f30f6909
9 changed files with 60 additions and 37 deletions

View File

@@ -492,7 +492,8 @@ int safe_mutex_destroy(safe_mutex_t *mp,const char *file, uint line);
int safe_cond_wait(pthread_cond_t *cond, safe_mutex_t *mp,const char *file,
uint line);
int safe_cond_timedwait(pthread_cond_t *cond, safe_mutex_t *mp,
struct timespec *abstime, const char *file, uint line);
const struct timespec *abstime,
const char *file, uint line);
void safe_mutex_global_init(void);
void safe_mutex_end(FILE *file);