Details
-
Task
-
Resolution: Incomplete
-
Major - P3
-
None
-
1.8.1
-
None
-
Intel Linux (Gentoo/Ubuntu) and Intel Solaris 10
Description
A number of header and source files have unused name variables as member arguments which cause compile problems when including these in your application, and making use of -Wall and -Werror.
Strict-aliasing rules are also broken unnecessarily.
Attached is a patch file which fixes the unused name member variables, as well as a fix to use a union to convert between a char array and int (NOT TESTED)