1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix clang-cl warnings

This commit is contained in:
Vladislav Vaintroub
2019-07-01 00:39:45 +02:00
parent 9c9e0ac73d
commit bd917e0811
8 changed files with 14 additions and 10 deletions

View File

@ -514,7 +514,7 @@ int main(int argc, char **argv)
}
char pipe_name[64];
snprintf(pipe_name, sizeof(pipe_name), "\\\\.\\pipe\\mysql_upgrade_service_%u",
GetCurrentProcessId());
(uint)GetCurrentProcessId());
for (;;)
{
if (WaitForSingleObject(mysqld_process, 0) != WAIT_TIMEOUT)