https://bugs.kde.org/show_bug.cgi?id=370028

Tamara Vlahovic <tamara.vlaho...@imgtec.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tamara.vlaho...@imgtec.com

--- Comment #30 from Tamara Vlahovic <tamara.vlaho...@imgtec.com> ---
Created attachment 105418
  --> https://bugs.kde.org/attachment.cgi?id=105418&action=edit
Patch for mc_main.c

This patch solves "cast-align" warnings in mecheck/mc_main.c

In a lot of places in this file after checking for alignment UChar array
pointer vabits8 in structure SecMap is casted in UShort pointer. To avoid this
cast SecMap can be transformed to an union of UChar vabits8 array and UShort
vabits16 array with same byte count. In two other places ASSUME_ALIGNED can be
used.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to