mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix Windows build warning and file missing from projects.
VC++Files/libmysql/libmysql.dsp: Add missing file VC++Files/client/mysqlclient.dsp: Add missing file vio/viosocket.c: Add missing parameter
This commit is contained in:
@ -322,6 +322,10 @@ SOURCE=..\mysys\mulalloc.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\mysys\my_access.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\mysys\my_alloc.c
|
SOURCE=..\mysys\my_alloc.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -295,6 +295,10 @@ SOURCE=..\mysys\mulalloc.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\mysys\my_access.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\mysys\my_alloc.c
|
SOURCE=..\mysys\my_alloc.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -379,6 +379,7 @@ int vio_close_pipe(Vio * vio)
|
|||||||
|
|
||||||
|
|
||||||
void vio_ignore_timeout(Vio *vio __attribute__((unused)),
|
void vio_ignore_timeout(Vio *vio __attribute__((unused)),
|
||||||
|
uint which __attribute__((unused)),
|
||||||
uint timeout __attribute__((unused)))
|
uint timeout __attribute__((unused)))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user