diff options
| author | dgp <dgp@users.sourceforge.net> | 2020-03-09 14:40:27 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2020-03-09 14:40:27 (GMT) |
| commit | bd4dfc850ea167c4a0081befe5c8a8bd9cdbd58a (patch) | |
| tree | e493a6b0c94f04e04df02d1a2974333c3ff325d4 /macosx/tclMacOSXBundle.c | |
| parent | a5406cf5c0fe5d9df20c96546433bbd707937675 (diff) | |
| download | tcl-bd4dfc850ea167c4a0081befe5c8a8bd9cdbd58a.zip tcl-bd4dfc850ea167c4a0081befe5c8a8bd9cdbd58a.tar.gz tcl-bd4dfc850ea167c4a0081befe5c8a8bd9cdbd58a.tar.bz2 | |
Bring TCL_UNUSED to macosx sources.
Diffstat (limited to 'macosx/tclMacOSXBundle.c')
| -rw-r--r-- | macosx/tclMacOSXBundle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/tclMacOSXBundle.c b/macosx/tclMacOSXBundle.c index 81d8d04..0c68e2d 100644 --- a/macosx/tclMacOSXBundle.c +++ b/macosx/tclMacOSXBundle.c @@ -197,7 +197,7 @@ Tcl_MacOSXOpenBundleResources( int Tcl_MacOSXOpenVersionedBundleResources( - Tcl_Interp *dummy, + TCL_UNUSED(Tcl_Interp *), const char *bundleName, const char *bundleVersion, int hasResourceFile, @@ -208,7 +208,6 @@ Tcl_MacOSXOpenVersionedBundleResources( CFBundleRef bundleRef, versionedBundleRef = NULL; CFStringRef bundleNameRef; CFURLRef libURL; - (void)dummy; libraryPath[0] = '\0'; |
