mirror of
https://github.com/yawut/SDL.git
synced 2026-08-25 10:14:57 -05:00
Fixed compiler warnings in edid-parse.c
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
@@ -722,6 +723,7 @@ dump_monitor_info (MonitorInfo *info)
|
||||
printf (" Top Border: %d\n", timing->top_border);
|
||||
switch (timing->stereo)
|
||||
{
|
||||
default:
|
||||
case NO_STEREO: s = "No Stereo"; break;
|
||||
case FIELD_RIGHT: s = "Field Sequential, Right on Sync"; break;
|
||||
case FIELD_LEFT: s = "Field Sequential, Left on Sync"; break;
|
||||
|
||||
Reference in New Issue
Block a user