Skip to content
Snippets Groups Projects
Commit 50cec2ad authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

Fix build failure with gcc 10, thanks Paul Wise! (Closes: #957714)

parent e2521258
No related branches found
No related tags found
No related merge requests found
psqlodbc (1:12.02.0000-2) unstable; urgency=medium
* Fix build failure with gcc 10, thanks Paul Wise! (Closes: #957714)
-- Christoph Berg <myon@debian.org> Tue, 28 Jul 2020 19:40:19 +0200
psqlodbc (1:12.02.0000-1) unstable; urgency=medium
* New upstream version.
......
--- a/test/reset-db.c
+++ b/test/reset-db.c
@@ -17,8 +17,6 @@
#include "src/common.h"
-SQLHENV env;
-SQLHDBC conn;
static HSTMT hstmt = SQL_NULL_HSTMT;
static void
reproducible
fix-gcc-10-test-ftbfs.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment