summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXBitmap.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-01 22:11:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-01 22:11:42 (GMT)
commit5931b9b61e7df9c4fe0a28265d9ffd7e1c73f874 (patch)
treea0bde1f91ae1999e97bd3eee329491f32b54696a /macosx/tkMacOSXBitmap.c
parent1d2fbf0b67d3ebfca3632d712654d9bc01af76dd (diff)
downloadtk-5931b9b61e7df9c4fe0a28265d9ffd7e1c73f874.zip
tk-5931b9b61e7df9c4fe0a28265d9ffd7e1c73f874.tar.gz
tk-5931b9b61e7df9c4fe0a28265d9ffd7e1c73f874.tar.bz2
Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harmless. Not finished yet.
Diffstat (limited to 'macosx/tkMacOSXBitmap.c')
-rw-r--r--macosx/tkMacOSXBitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXBitmap.c b/macosx/tkMacOSXBitmap.c
index 0731de3..d75a164 100644
--- a/macosx/tkMacOSXBitmap.c
+++ b/macosx/tkMacOSXBitmap.c
@@ -44,7 +44,7 @@ static BuiltInIcon builtInIcons[] = {
{"stop", kAlertStopIcon},
{"note", kAlertNoteIcon},
{"caution", kAlertCautionIcon},
- {NULL}
+ {NULL, 0}
};
#define builtInIconSize 32