Menu

Commit [r1384]  Maximize  Restore  History

fix compiler errors of the type:

cc: Error: denoise.c, line 489: In this statement, "src" has register storage class, but occurs in a
context that precludes register storage. The storage class has been changed to auto. (badregister)
src[Yy]=denoiser.frame.tmp[Yy]+32*W;
--^

by removing the 'register' keyword in their definition.

mcelrath 2002-04-11

changed /trunk/mjpeg_play/yuvdenoise/denoise.c
/trunk/mjpeg_play/yuvdenoise/denoise.c Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.