On Feb 1, 2012, at 9:09 AM, Igor Gali? wrote:

> 
> ----- jpe...@apache.org wrote:
>> Updated Branches:
>> refs/heads/master 9b3bae364 -> 05360bcbc
>> 
>> 
>> TS-1084: Define TS_PRINTFLIKE on the non-gss path
> 
> What's a (non-)gss path?

It's like a non-gcc path, but with fatter fingers ;)

> 
>> 
>> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/05360bcb
>> Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/05360bcb
>> Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/05360bcb
>> 
>> Branch: refs/heads/master
>> Commit: 05360bcbc9e9d9efb7f07a3fc5060879a31994e1
>> Parents: 4b48c93
>> Author: James Peach <jpe...@apache.org>
>> Authored: Tue Jan 31 20:38:46 2012 -0800
>> Committer: James Peach <jpe...@apache.org>
>> Committed: Tue Jan 31 20:38:46 2012 -0800
>> 
>> ----------------------------------------------------------------------
>> lib/ts/Diags.h | 1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>> ----------------------------------------------------------------------
>> 
>> 
>> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/05360bcb/lib/ts/Diags.h
>> ----------------------------------------------------------------------
>> diff --git a/lib/ts/Diags.h b/lib/ts/Diags.h
>> index 78ce69a..0f7122f 100644
>> --- a/lib/ts/Diags.h
>> +++ b/lib/ts/Diags.h
>> @@ -48,6 +48,7 @@
>> #if defined(__GNUC__) || defined(__clang__)
>> #define TS_PRINTFLIKE(fmt, arg) __attribute__((format(printf, fmt, arg)))
>> #else
>> +#define TS_PRINTFLIKE(fmt, arg)
>> #endif
>> #endif
>> 
>> 
> 
> -- 
> Igor Gali?
> 
> Tel: +43 (0) 664 886 22 883
> Mail: i.ga...@brainsware.org
> URL: http://brainsware.org/
> GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE

Reply via email to