kevinlekiller / cvt_modeline_calculator_12

CVT (Coordinated Video Timings) modeline calculator with CVT v1.2 timings.
74 stars 16 forks source link

Failed to compile #5

Closed ghost closed 3 years ago

ghost commented 3 years ago

Can't get it to compile, here's the log

cvt12.c: In function ‘vert_refresh’:

cvt12.c:620:39: warning: ‘act_vbi_lines’ may be used uninitialized in this function [-Wmaybe-uninitialized]

  620 |         v_front_porch = act_vbi_lines - RB_MIN_V_BPORCH - v_sync_rnd;

In the meantime, can you tell me what the output of cvt 1440 1080 50 --force-rb is?

ghost commented 3 years ago

Didn't see -O2 was there. Oops