Fix gcc2 warning.
This commit is contained in:
@@ -114,8 +114,8 @@ WatchPromptWindow::MessageReceived(BMessage* message)
|
|||||||
switch (message->what) {
|
switch (message->what) {
|
||||||
case MSG_SET_WATCHPOINT:
|
case MSG_SET_WATCHPOINT:
|
||||||
{
|
{
|
||||||
target_addr_t address;
|
target_addr_t address = 0;
|
||||||
int32 length;
|
int32 length = 0;
|
||||||
ExpressionParser parser;
|
ExpressionParser parser;
|
||||||
parser.SetSupportHexInput(true);
|
parser.SetSupportHexInput(true);
|
||||||
BString errorMessage;
|
BString errorMessage;
|
||||||
|
|||||||
Reference in New Issue
Block a user