summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2005-08-22 11:54:19 (GMT)
committerdas <das>2005-08-22 11:54:19 (GMT)
commit211565f40c619e7ec7c79483e211e032a43ff267 (patch)
treed9c5fdc4a1c45e916e2dc49228fce649462d4949 /macosx
parent554f1b6c51d226ed4c7905a40e0403a6cc16b81a (diff)
downloadtk-211565f40c619e7ec7c79483e211e032a43ff267.zip
tk-211565f40c619e7ec7c79483e211e032a43ff267.tar.gz
tk-211565f40c619e7ec7c79483e211e032a43ff267.tar.bz2
* macosx/tkMacOSXButton.c:
* macosx/tkMacOSXDialog.c: fix warnings.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXButton.c4
-rw-r--r--macosx/tkMacOSXDialog.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/macosx/tkMacOSXButton.c b/macosx/tkMacOSXButton.c
index 597b310..bac175e 100644
--- a/macosx/tkMacOSXButton.c
+++ b/macosx/tkMacOSXButton.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXButton.c,v 1.13 2005/08/09 07:39:19 das Exp $
+ * RCS: @(#) $Id: tkMacOSXButton.c,v 1.14 2005/08/22 11:54:20 das Exp $
*/
#include "tkButton.h"
@@ -204,7 +204,7 @@ TkpDisplayButton(
int borderWidth;
Pixmap pixmap;
int wasUsingControl;
- int imageWidth, imageHeight;
+ int imageWidth = 0, imageHeight = 0;
int imageXOffset = 0, imageYOffset = 0; /* image information that will
* be used to restrict disabled
* pixmap as well */
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c
index b12cc67..d3c329e 100644
--- a/macosx/tkMacOSXDialog.c
+++ b/macosx/tkMacOSXDialog.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXDialog.c,v 1.14 2005/08/09 07:39:20 das Exp $
+ * RCS: @(#) $Id: tkMacOSXDialog.c,v 1.15 2005/08/22 11:54:20 das Exp $
*/
#include <Carbon/Carbon.h>
@@ -1291,7 +1291,7 @@ Tk_MessageBoxObjCmd(
int defaultNativeButtonIndex; /* 1, 2, 3: right to left. */
int typeIndex;
int i;
- int indexDefaultOption;
+ int indexDefaultOption = 0;
int result = TCL_OK;
static CONST char *movableAlertStrings[] = {