Fix most of the warnings in the macos builds
This commit is contained in:
@@ -489,12 +489,10 @@ static void
|
|||||||
ali5229_ide_irq_handler(ali1543_t *dev)
|
ali5229_ide_irq_handler(ali1543_t *dev)
|
||||||
{
|
{
|
||||||
int ctl = 0;
|
int ctl = 0;
|
||||||
int ch = 0;
|
|
||||||
int bit = 0;
|
int bit = 0;
|
||||||
|
|
||||||
if (dev->ide_conf[0x52] & 0x10) {
|
if (dev->ide_conf[0x52] & 0x10) {
|
||||||
ctl ^= 1;
|
ctl ^= 1;
|
||||||
ch ^= 1;
|
|
||||||
bit ^= 5;
|
bit ^= 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -88,7 +88,7 @@ RendererCommon::onResize(int width, int height)
|
|||||||
|
|
||||||
if (video_fullscreen_scale == FULLSCR_SCALE_INT43) {
|
if (video_fullscreen_scale == FULLSCR_SCALE_INT43) {
|
||||||
gh = gw / r43;
|
gh = gw / r43;
|
||||||
gw = gw;
|
// gw = gw;
|
||||||
|
|
||||||
gsr = r43;
|
gsr = r43;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user