summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixConfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tkUnixConfig.c')
-rw-r--r--unix/tkUnixConfig.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/tkUnixConfig.c b/unix/tkUnixConfig.c
index 3584494..acd8bb5 100644
--- a/unix/tkUnixConfig.c
+++ b/unix/tkUnixConfig.c
@@ -38,6 +38,10 @@ TkpGetSystemDefault(
const char *dbName, /* The option database name. */
const char *className) /* The name of the option class. */
{
+ (void)tkwin;
+ (void)dbName;
+ (void)className;
+
return NULL;
}