From a43107b29c2236d47e447c9039674b9040a9ec25 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Thu, 14 Jun 2012 12:00:23 +0000 Subject: [Author: thomasvl] Pile of fixes for trunk version of clang. R=dmaclach DELTA=59 (26 added, 0 deleted, 33 changed) --- GTMDefines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GTMDefines.h') diff --git a/GTMDefines.h b/GTMDefines.h index 630885c..59a1723 100644 --- a/GTMDefines.h +++ b/GTMDefines.h @@ -374,7 +374,7 @@ // Declared here so that it can easily be used for logging tracking if // necessary. See GTMUnitTestDevLog.h for details. @class NSString; -GTM_EXTERN void _GTMUnitTestDevLog(NSString *format, ...); +GTM_EXTERN void _GTMUnitTestDevLog(NSString *format, ...) NS_FORMAT_FUNCTION(1, 2); // Macro to allow you to create NSStrings out of other macros. // #define FOO foo -- cgit v1.2.3