Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Shafer committed Apr 26, 2015
2 parents 1f8f154 + 6ebb883 commit 00d2b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxo/xo.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* coward's path, we'll turn it on inside a #if that allows
* others to turn it off where needed. Not ideal, but functional.
*/
#ifndef NO_PRINTFLIKE
#if !defined(NO_PRINTFLIKE) && !defined(__linux__)
#define PRINTFLIKE(_x, _y) __printflike(_x, _y)
#else
#define PRINTFLIKE(_x, _y)
Expand Down

0 comments on commit 00d2b27

Please sign in to comment.