mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
TESTBED: Fix warnings
svn-id: r52790
This commit is contained in:
parent
928bcdbe09
commit
6fed6a75d5
@ -159,10 +159,7 @@ void TestbedInteractionDialog::addButtonXY(uint x, uint y, uint w, uint h, const
|
||||
}
|
||||
|
||||
void TestbedInteractionDialog::handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data) {
|
||||
switch (cmd) {
|
||||
default:
|
||||
GUI::Dialog::handleCommand(sender, cmd, data);
|
||||
}
|
||||
GUI::Dialog::handleCommand(sender, cmd, data);
|
||||
}
|
||||
|
||||
void TestbedConfigManager::initDefaultConfiguration() {
|
||||
|
@ -351,7 +351,7 @@ void GFXtests::drawEllipse(int cx, int cy, int a, int b) {
|
||||
int width = g_system->getWidth();
|
||||
int height = Testsuite::getDisplayRegionCoordinates().y;
|
||||
byte *buffer = new byte[height * width];
|
||||
float theta;
|
||||
double theta;
|
||||
int x, y, x1, y1;
|
||||
|
||||
memset(buffer, 0, sizeof(byte) * width * height);
|
||||
|
Loading…
x
Reference in New Issue
Block a user