Skip to content

Commit

Permalink
test message pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
rolesen committed Dec 1, 2020
1 parent e3ff433 commit 2e70fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thrift/config.h
Expand Up @@ -24,7 +24,7 @@
#define WARNING(VALUE) __WARNING(__STRINGIFY(VALUE))


#if defined((_POSIX_C_SOURCE) || defined(_XOPEN_SOURCE)) && defined(_GNU_SOURCE)
#if (defined(_POSIX_C_SOURCE) || defined(_XOPEN_SOURCE)) && defined(_GNU_SOURCE)
//_Pragma (WARNING(_POSIX_C_SOURCE _XOPEN_SOURCE _GNU_SOURCE))
//#warning("macros: " XSTR(#_POSIX_C_SOURCE) " " XSTR(#_XOPEN_SOURCE) " " XSTR(#_POSIX_C_SOURCE))
#if !((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE)
Expand Down

0 comments on commit 2e70fa4

Please sign in to comment.