projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18a2463
)
Fix a compiler warning.
author
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Fri, 8 Sep 2017 05:55:42 +0000
(14:55 +0900)
committer
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Fri, 8 Sep 2017 05:55:42 +0000
(14:55 +0900)
dlg_specific.c
patch
|
blob
|
blame
|
history
diff --git
a/dlg_specific.c
b/dlg_specific.c
index 785fe8041ad0774b34ee3077eed7f4a49aaf901a..d42428d7a1182438150c547d1f237c1687ce99f3 100644
(file)
--- a/
dlg_specific.c
+++ b/
dlg_specific.c
@@
-831,7
+831,7
@@
getDriverNameFromDSN(const char *dsn, char *driver_name, int namelen)
#endif /* WIN32 */
}
-static Global_defset(GLOBAL_VALUES *comval)
+static
void
Global_defset(GLOBAL_VALUES *comval)
{
comval->fetch_max = FETCH_MAX;
comval->unique_index = DEFAULT_UNIQUEINDEX;