I have fixed all the unused parameter warnings I am shure about. A few remain that I want to double check and ask whether these warnings indicate that: (a) the function body is missing some code to account for the parameter, (b) the parameter is no longer nessisary, (c) the parameter has to be there for compatability with other functions but is unneeded by this function, or (d) something else I haven't thought of.
So without further ado, here are the remaining warnings. Anyone know these parts of the code well enough to say what category these fall into? include/csutil/cseventq.h:259: warning: unused parameter 'e' libs/csutil/win32/loadlib.cpp:191: warning: unused parameter 'iModule' libs/csplugincommon/win32/customcursor.cpp:120: warning: unused parameter 'dibFlags' libs/csplugincommon/win32/customcursor.cpp:88: warning: unused parameter 'fg' libs/csplugincommon/win32/customcursor.cpp:88: warning: unused parameter 'bg' plugins/engine/3d/meshgen.cpp:156: warning: unused parameter 'instance_id' plugins/video/render3d/shader/shaderplugins/softshader/scanline.h:290: warning: unused parameter 'renderInfoMesh' -- Michael D. Adams [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
