[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bugfix: compiling omi_gtk problem and solution



Hi folks:

Thanks to the -Werror directive in the OMI makefiles, the following single 
line causes the compile to bomb:

lex.yy.c:571
register char *yy_cp, *yy_bp;

The error: variable may be used uninitialized.

The solution:

register char *yy_cp=0, *yy_bp=0;

Clean and simple, just the way I like my fixes!  :)

Now on to figure out who broke the playback thread (again).  I am getting a 
whole 1 FPS on playback (P3/700).

-- 
Ron Gage - Saginaw, MI
(ron@rongage.org)