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:
@ -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)
|
||||
|
Reference in New Issue
Block a user