fix warning

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19908 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2007-01-22 20:39:18 +00:00
parent ae5385c497
commit 1056069a24
2 changed files with 2 additions and 2 deletions

View File

@ -386,7 +386,7 @@ PDFWriter::DrawChar(uint16 unicode, const char* utf8, int16 size)
if (convert_from_utf8(B_MAC_ROMAN_CONVERSION, utf8, &srcLen, dest, &destLen, &state, 0) != B_OK || dest[0] == 0 ) {
// could not convert to MacRoman
uint8 enc;
uint16 index;
uint16 index = 0;
font_encoding fenc;
GetFontName(&fState->beFont, fontName);

View File

@ -175,7 +175,7 @@ StatusWindow::MessageReceived(BMessage *message)
break;
default:
inherited::MessageReceived(message);
BWindow::MessageReceived(message);
break;
}