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

--- Comment #5 from Allen Winter <win...@kde.org> ---
are the problems happening on big endian or little endian systems?
you guys are using blowfish?

interestingly, if I remove the include <qglobal.h>
#if Q_BYTE_ORDER == Q_BIG_ENDIAN gives a warning but evaluates to true, so on a
little endian system like mine the big endian code will be compiled. 

if I put back the include <qglobal.h>
#if Q_BYTE_ORDER == Q_BIG_ENDIAN evaluates to false on my system, as it should.

so... seems to be me we need to include <qglobal.h> but reverse the conditional
Q_LITTLE_ENDIAN

I wish we had a make test in kwallet

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

Reply via email to