mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
- Fix some GCC compiler eroors and warnings
modified: storage/connect/ha_connect.cc storage/connect/odbconn.cpp storage/connect/odbconn.h
This commit is contained in:
@@ -1113,7 +1113,7 @@ bool ODBConn::Connect(DWORD Options)
|
||||
if (hWnd == NULL)
|
||||
hWnd = GetDesktopWindow();
|
||||
#else // !WIN32
|
||||
HWND hWnd = NULL;
|
||||
HWND hWnd = 1;
|
||||
#endif // !WIN32
|
||||
PGLOBAL& g = m_G;
|
||||
PDBUSER dup = PlgGetUser(g);
|
||||
|
Reference in New Issue
Block a user