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

Tom Hughes <t...@compton.nu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
                 CC|                            |t...@compton.nu
         Resolution|---                         |NOT A BUG

--- Comment #1 from Tom Hughes <t...@compton.nu> ---
Notice that the size of the struct is 0 in the C version and 1 in the C++
version because C++ has added a single padding byte to the structure.

That padding byte is not initialised, but you are trying to print it, hence the
warning.

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

Reply via email to