re:CPP Check Runs Clean but found these Style Issues on Latest Git...
17 Jan
2010
17 Jan
'10
7:15 p.m.
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
5898
Age (days ago)
5898
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dan Kegel