Remove the #warning about not enought bits now that OscarCapability is matched cpw.rekkanoryo.icqxstatus

Sun, 07 Feb 2010 21:51:17 +0000

author
Marcus Lundblad <malu@pidgin.im>
date
Sun, 07 Feb 2010 21:51:17 +0000
branch
cpw.rekkanoryo.icqxstatus
changeset 29405
db14b022a346
parent 29404
f51e82b8b886
child 29406
e9878e1dd0ce
child 29414
15d90c7e041b

Remove the #warning about not enought bits now that OscarCapability is matched
with a guint64 in aim_caps in family_locate.c

libpurple/protocols/oscar/oscar.h file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/oscar/oscar.h	Sun Feb 07 21:11:56 2010 +0000
+++ b/libpurple/protocols/oscar/oscar.h	Sun Feb 07 21:51:17 2010 +0000
@@ -378,8 +378,6 @@
 	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;
 

mercurial