Fixed warnings.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2724 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1192,6 +1192,7 @@ Parser::ParseRPattern() {
|
|||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
ThrowOutOfMemError(stream.Pos());
|
ThrowOutOfMemError(stream.Pos());
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
Pattern*
|
Pattern*
|
||||||
@@ -1239,6 +1240,7 @@ Parser::ParsePattern() {
|
|||||||
} else
|
} else
|
||||||
ThrowOutOfMemError(stream.Pos());
|
ThrowOutOfMemError(stream.Pos());
|
||||||
}
|
}
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user