Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
r557 committed - [Author: dmaclach]...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
google-toolbox-for-...@googlecode.com  
View profile  
 More options Jul 26 2012, 4:00 pm
From: google-toolbox-for-...@googlecode.com
Date: Thu, 26 Jul 2012 20:00:33 +0000
Local: Thurs, Jul 26 2012 4:00 pm
Subject: [google-toolbox-for-mac] r557 committed - [Author: dmaclach]...
Revision: 557
Author:   gtm.daemon
Date:     Thu Jul 26 13:00:23 2012
Log:      [Author: dmaclach]

Fix up GTM for Xcode 4.2

R=thomasvl
DELTA=9  (9 added, 0 deleted, 0 changed)
http://code.google.com/p/google-toolbox-for-mac/source/detail?r=557

Modified:
  /trunk/UnitTesting/GTMSenTestCase.h

=======================================
--- /trunk/UnitTesting/GTMSenTestCase.h Thu Jul 26 07:00:20 2012
+++ /trunk/UnitTesting/GTMSenTestCase.h Thu Jul 26 13:00:23 2012
@@ -60,7 +60,16 @@
  #ifdef __cplusplus
  extern "C" {
  #endif
+
+#if defined __clang__
+// gcc and gcc-llvm do not allow you to use STAssert(blah, nil) with nil
+// as a description if you have the NS_FORMAT_FUNCTION on.
+// clang however will not compile without warnings if you don't have it.
  NSString *STComposeString(NSString *, ...) NS_FORMAT_FUNCTION(1, 2);
+#else
+NSString *STComposeString(NSString *, ...);
+#endif  // __clang__
+
  #ifdef __cplusplus
  }
  #endif


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »