Fix a compiler warning.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Fri, 8 Sep 2017 05:55:42 +0000 (14:55 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Fri, 8 Sep 2017 05:55:42 +0000 (14:55 +0900)
dlg_specific.c

index 785fe8041ad0774b34ee3077eed7f4a49aaf901a..d42428d7a1182438150c547d1f237c1687ce99f3 100644 (file)
@@ -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;