summaryrefslogtreecommitdiffstats
path: root/maccaml/aboutbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'maccaml/aboutbox.c')
-rw-r--r--maccaml/aboutbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/maccaml/aboutbox.c b/maccaml/aboutbox.c
index cff13d622..048a5495d 100644
--- a/maccaml/aboutbox.c
+++ b/maccaml/aboutbox.c
@@ -21,6 +21,7 @@ static UserItemUPP DrawAboutUPP = NULL;
static pascal void DrawAbout (DialogPtr d, short item)
{
+#pragma unused (item)
WEHandle we = WinGetWE (d);
Assert (we != NULL);