1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Build fixes:

- Fixed build error, which was previously introduced by commit
c8ca89112e

- Treat warnings as errors
This commit is contained in:
Georg Richter
2023-08-16 14:09:34 +02:00
parent c8ca89112e
commit 1acb81e11c
8 changed files with 21 additions and 12 deletions

View File

@@ -38,6 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <pthread.h>
#else
#include <io.h>
#define unlink _unlink
#endif
#ifndef OK