Fix SVGA code warnings.

See above.
This commit is contained in:
TC1995
2024-02-07 20:56:25 +01:00
parent f8647f07a3
commit ca11dae903

View File

@@ -573,10 +573,10 @@ svga_recalctimings(svga_t *svga)
double _dispontime; double _dispontime;
double _dispofftime; double _dispofftime;
double disptime; double disptime;
double crtcconst8514; double crtcconst8514 = 0.0;
double _dispontime8514; double _dispontime8514 = 0.0;
double _dispofftime8514; double _dispofftime8514 = 0.0;
double disptime8514; double disptime8514 = 0.0;
#ifdef ENABLE_SVGA_LOG #ifdef ENABLE_SVGA_LOG
int vsyncend; int vsyncend;
int vblankend; int vblankend;
@@ -998,7 +998,6 @@ void
svga_poll(void *priv) svga_poll(void *priv)
{ {
svga_t *svga = (svga_t *) priv; svga_t *svga = (svga_t *) priv;
ibm8514_t *dev = (ibm8514_t *) svga->dev8514;
xga_t *xga = (xga_t *) svga->xga; xga_t *xga = (xga_t *) svga->xga;
uint32_t x; uint32_t x;
uint32_t blink_delay; uint32_t blink_delay;