Remove one MinGW compile warning.

This commit is contained in:
Cary R 2011-12-15 19:02:21 -08:00
parent 76c835a00e
commit 0dc9ed2b5d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ typedef shl_t ivl_dll_t;
#endif
#if defined(__MINGW32__)
inline ivl_dll_t ivl_dlopen(const char *name, bool global_flag)
inline ivl_dll_t ivl_dlopen(const char *name, bool)
{
static char full_name[4096];
unsigned long length = GetFullPathName(name, sizeof(full_name),