From a96437a7f15e6ec27e83f124292e0bbb89c414a4 Mon Sep 17 00:00:00 2001 From: Paul Aurich Date: Tue, 9 Feb 2010 22:38:47 +0000 Subject: disapproval of revision 'db14b022a34677416c5fd208a092d1c99f971e1d' Per conversation in devel@cpi, this still needs to be fixed (it sounds like either a bit-packed structure or a bunch of #defines are the leading "solutions") --- libpurple/protocols/oscar/oscar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libpurple/protocols/oscar/oscar.h b/libpurple/protocols/oscar/oscar.h index 461feb6ffd..561b98c0bc 100644 --- a/libpurple/protocols/oscar/oscar.h +++ b/libpurple/protocols/oscar/oscar.h @@ -378,6 +378,8 @@ typedef enum OSCAR_CAPABILITY_NEWCAPS = 0x20000000, OSCAR_CAPABILITY_XTRAZ = 0x40000000, OSCAR_CAPABILITY_GENERICUNKNOWN = 0x80000000, +#warning Fix OSCAR_CAPABILITY_LAST situation + // TODO: We're out of bits. Rework things that depend on this or remove some capability. (Or, ensure this is a 64-bit type.) OSCAR_CAPABILITY_LAST = 0x100000000 } OscarCapability; -- cgit v1.2.1