projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aff9c91
)
Fix a compilation error with GCC 10 due to conflicting variable names.
author
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Sun, 26 Jul 2020 09:29:49 +0000
(18:29 +0900)
committer
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Mon, 27 Jul 2020 11:35:56 +0000
(20:35 +0900)
Patch by Paul Wise.
test/reset-db.c
patch
|
blob
|
blame
|
history
diff --git
a/test/reset-db.c
b/test/reset-db.c
index 80946c82a5053d98d7bd97861151bbf16555a93f..5e05019dfdc901dc88a2a0d66c89b631a6955345 100644
(file)
--- 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