Author: amunjal
Date: Wed May 25 16:28:25 2016
New Revision: 39807

URL: http://svn.gna.org/viewcvs/gnustep?rev=39807&view=rev
Log:
fix for #9570

Modified:
    
libs/base/branches/gnustep_testplant_branch/Source/Additions/NSObject+GNUstepBase.m

Modified: 
libs/base/branches/gnustep_testplant_branch/Source/Additions/NSObject+GNUstepBase.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/Additions/NSObject%2BGNUstepBase.m?rev=39807&r1=39806&r2=39807&view=diff
==============================================================================
--- 
libs/base/branches/gnustep_testplant_branch/Source/Additions/NSObject+GNUstepBase.m
 (original)
+++ 
libs/base/branches/gnustep_testplant_branch/Source/Additions/NSObject+GNUstepBase.m
 Wed May 25 16:28:25 2016
@@ -47,7 +47,8 @@
 
 - (NSComparisonResult) compare: (id)anObject
 {
-  NSLog(@"WARNING: The -compare: method for NSObject is deprecated.");
+
+  //NSLog(@"WARNING: The -compare: method for NSObject is deprecated.");
 
   if (anObject == self)
     {


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to