summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXConfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/tkMacOSXConfig.c')
-rw-r--r--macosx/tkMacOSXConfig.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/tkMacOSXConfig.c b/macosx/tkMacOSXConfig.c
index 841fc54..34a1fc9 100644
--- a/macosx/tkMacOSXConfig.c
+++ b/macosx/tkMacOSXConfig.c
@@ -39,6 +39,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;
}