CPP Check Runs Clean but found these Style Issues on Latest Git...

Dan Kegel dank at kegel.com
Sun Jan 17 13:15:01 CST 2010


You have some false positives, e.g.

dlls/gdi32/enhmfdrv/mapping.c	1	The function
EMFDRV_ModifyWorldTransform' is never used

That function is indeed used in dlls/gdi32/enhmfdrv/init.c; the struct
EMFDRV_Funcs is initialized with it.  I guess cppcheck doesn't
grok function pointers yet?
- Dan



More information about the wine-devel mailing list