1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00

Silence mingw compiler warning

This commit is contained in:
Magnus Hagander
2007-04-18 08:32:40 +00:00
parent c228448910
commit 5574c9f3a5
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
*
* Copyright (c) 2004-2007, PostgreSQL Global Development Group
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.13 2007/01/05 22:20:01 momjian Exp $
* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.14 2007/04/18 08:32:40 mha Exp $
*
*-------------------------------------------------------------------------
*/
@ -16,7 +16,7 @@
#include "pthread-win32.h"
DWORD
pthread_self()
pthread_self(void)
{
return GetCurrentThreadId();
}