commit | 4fbcdbf13bf57a2363277b165ea6345fe8cb9e57 | [log] [tgz] |
---|---|---|
author | Richard Barry <ribarry@amazon.com> | Mon Jun 11 18:51:53 2018 +0000 |
committer | Richard Barry <ribarry@amazon.com> | Mon Jun 11 18:51:53 2018 +0000 |
tree | 94538461de73b194efd5d1e0b186801406615959 | |
parent | 4a8c4c9eaf13f13c9d4b839f3eeaf1ac9062afeb [diff] |
Fix misra violations in queue.c by introducing a union that allows the correct data types to be used in place of void *, then tidy up where the union is used.