|
Found by cppcheck:
apm_funcs.c:1026:45: warning:
Function 'ApmSubsequentSolidBresenhamLine' argument order different:
declaration 'pScrn, x1, y1, octant, err, e1, e2, length'
definition 'pScrn, x1, y1, e1, e2, err, length, octant'
[funcArgOrderDifferent]
apm_funcs.c:1087:49: warning:
Function 'ApmSubsequentSolidBresenhamLine6422' argument order different:
declaration 'pScrn, x1, y1, octant, err, e1, e2, length'
definition 'pScrn, x1, y1, e1, e2, err, length, octant'
[funcArgOrderDifferent]
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
framebuffer formats except cfb and the overlay modes should work, and
r128 and radeon need to be loaded from the ati driver (both issues to
be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga
drivers. elfloader users shouldn't be affected.
|