diff options
Diffstat (limited to 'maccaml/windows.c')
-rw-r--r-- | maccaml/windows.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maccaml/windows.c b/maccaml/windows.c index ea56f1755..f9676f968 100644 --- a/maccaml/windows.c +++ b/maccaml/windows.c @@ -25,6 +25,7 @@ static pascal StyledLineBreakCode CharBreak (Ptr pText, SInt32 textLength, SInt32 textStart, SInt32 textEnd, Fixed *textWidth, SInt32 *textOffset, WEHandle hWE) { +#pragma unused (textLength, hWE) long base = textStart; long len = textEnd - textStart; long l = 0; @@ -497,6 +498,7 @@ void WinDoKey (WindowPtr w, short chr, EventRecord *e) void WinDoZoom (WindowPtr w, short partCode) { +#pragma unused (w, partCode) XXX (); } |