mirror of
https://github.com/yawut/SDL.git
synced 2026-07-02 00:13:39 -05:00
Fixed compiler warning.
This commit is contained in:
parent
53bbcc2816
commit
f60a2ba87b
|
|
@ -333,7 +333,7 @@ decode_standard_timings (const uchar *edid, MonitorInfo *info)
|
|||
if (first != 0x01 && second != 0x01)
|
||||
{
|
||||
int w = 8 * (first + 31);
|
||||
int h;
|
||||
int h = 0;
|
||||
|
||||
switch (get_bits (second, 6, 7))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user